public static class TabularTextFormat.Builder extends Object
TabularTextFormat
.Constructor and Description |
---|
Builder() |
public TabularTextFormat.Builder withCharset(String newValue)
newValue
- the charset namepublic TabularTextFormat.Builder withCharset(Charset newValue)
newValue
- the charsetpublic TabularTextFormat.Builder withLineSeparator(LineSeparator newValue)
newValue
- the line separatorpublic TabularTextFormat.Builder withFieldSeparator(char newValue)
newValue
- the field separatorpublic TabularTextFormat.Builder withEscapeSequence(EscapeSequence newValue)
newValue
- the escape sequencepublic TabularTextFormat.Builder withInputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
newValue
- the input transformer classpublic TabularTextFormat.Builder withInputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
newValue
- the input transformerpublic TabularTextFormat.Builder withOutputTransformer(Class<? extends UnaryOperator<CharSequence>> newValue)
newValue
- the output transformer classpublic TabularTextFormat.Builder withOutputTransformer(Supplier<? extends UnaryOperator<CharSequence>> newValue)
newValue
- the output transformerpublic TabularTextFormat build()
TabularTextFormat
.Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.