public abstract static class AbstractStringLayout.Builder<B extends AbstractStringLayout.Builder<B>> extends AbstractLayout.Builder<B>
Modifier and Type | Field and Description |
---|---|
private java.nio.charset.Charset |
charset |
private AbstractStringLayout.Serializer |
footerSerializer |
private AbstractStringLayout.Serializer |
headerSerializer |
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
java.nio.charset.Charset |
getCharset() |
AbstractStringLayout.Serializer |
getFooterSerializer() |
AbstractStringLayout.Serializer |
getHeaderSerializer() |
B |
setCharset(java.nio.charset.Charset charset) |
B |
setFooterSerializer(AbstractStringLayout.Serializer footerSerializer) |
B |
setHeaderSerializer(AbstractStringLayout.Serializer headerSerializer) |
asBuilder, getConfiguration, getFooter, getHeader, setConfiguration, setFooter, setHeader
@PluginBuilderAttribute(value="charset") private java.nio.charset.Charset charset
@PluginElement(value="footerSerializer") private AbstractStringLayout.Serializer footerSerializer
@PluginElement(value="headerSerializer") private AbstractStringLayout.Serializer headerSerializer
public java.nio.charset.Charset getCharset()
public AbstractStringLayout.Serializer getFooterSerializer()
public AbstractStringLayout.Serializer getHeaderSerializer()
public B setCharset(java.nio.charset.Charset charset)
public B setFooterSerializer(AbstractStringLayout.Serializer footerSerializer)
public B setHeaderSerializer(AbstractStringLayout.Serializer headerSerializer)