@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.jacksonxml") public class JacksonXMLDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
JacksonXMLDataFormatConfiguration() |
public String getXmlMapper()
public void setXmlMapper(String xmlMapper)
public Boolean getPrettyPrint()
public void setPrettyPrint(Boolean prettyPrint)
public String getUnmarshalTypeName()
public void setUnmarshalTypeName(String unmarshalTypeName)
public Class getJsonView()
public void setJsonView(Class jsonView)
public String getInclude()
public void setInclude(String include)
public Boolean getAllowJmsType()
public void setAllowJmsType(Boolean allowJmsType)
public String getCollectionTypeName()
public void setCollectionTypeName(String collectionTypeName)
public Boolean getUseList()
public void setUseList(Boolean useList)
public Boolean getEnableJaxbAnnotationModule()
public void setEnableJaxbAnnotationModule(Boolean enableJaxbAnnotationModule)
public String getModuleClassNames()
public void setModuleClassNames(String moduleClassNames)
public String getModuleRefs()
public void setModuleRefs(String moduleRefs)
public String getEnableFeatures()
public void setEnableFeatures(String enableFeatures)
public String getDisableFeatures()
public void setDisableFeatures(String disableFeatures)
public Boolean getAllowUnmarshallType()
public void setAllowUnmarshallType(Boolean allowUnmarshallType)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel