@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.tidymarkup") public class TidyMarkupDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
TidyMarkupDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getContentTypeHeader() |
String |
getDataObjectType() |
Boolean |
getOmitXmlDeclaration() |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setDataObjectType(String dataObjectType) |
void |
setOmitXmlDeclaration(Boolean omitXmlDeclaration) |
public String getDataObjectType()
public void setDataObjectType(String dataObjectType)
public Boolean getOmitXmlDeclaration()
public void setOmitXmlDeclaration(Boolean omitXmlDeclaration)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel