@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.base64") public class Base64DataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
Base64DataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getContentTypeHeader() |
Integer |
getLineLength() |
String |
getLineSeparator() |
Boolean |
getUrlSafe() |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setLineLength(Integer lineLength) |
void |
setLineSeparator(String lineSeparator) |
void |
setUrlSafe(Boolean urlSafe) |
public Integer getLineLength()
public void setLineLength(Integer lineLength)
public String getLineSeparator()
public void setLineSeparator(String lineSeparator)
public Boolean getUrlSafe()
public void setUrlSafe(Boolean urlSafe)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel