Class JacksonXMLDataFormatConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
-
- org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.jackson-xml") public class JacksonXMLDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommonUnmarshal an XML payloads to POJOs and back using XMLMapper extension of Jackson. Generated by camel-package-maven-plugin - do not edit this file!
-
-
Constructor Summary
Constructors Constructor Description JacksonXMLDataFormatConfiguration()
-
Method Summary
-
-
-
Method Detail
-
getXmlMapper
public String getXmlMapper()
-
setXmlMapper
public void setXmlMapper(String xmlMapper)
-
getPrettyPrint
public Boolean getPrettyPrint()
-
setPrettyPrint
public void setPrettyPrint(Boolean prettyPrint)
-
getUnmarshalType
public String getUnmarshalType()
-
setUnmarshalType
public void setUnmarshalType(String unmarshalType)
-
getAllowUnmarshallType
public Boolean getAllowUnmarshallType()
-
setAllowUnmarshallType
public void setAllowUnmarshallType(Boolean allowUnmarshallType)
-
getJsonView
public String getJsonView()
-
setJsonView
public void setJsonView(String jsonView)
-
getInclude
public String getInclude()
-
setInclude
public void setInclude(String include)
-
getAllowJmsType
public Boolean getAllowJmsType()
-
setAllowJmsType
public void setAllowJmsType(Boolean allowJmsType)
-
getCollectionType
public String getCollectionType()
-
setCollectionType
public void setCollectionType(String collectionType)
-
getUseList
public Boolean getUseList()
-
setUseList
public void setUseList(Boolean useList)
-
getTimezone
public String getTimezone()
-
setTimezone
public void setTimezone(String timezone)
-
getEnableJaxbAnnotationModule
public Boolean getEnableJaxbAnnotationModule()
-
setEnableJaxbAnnotationModule
public void setEnableJaxbAnnotationModule(Boolean enableJaxbAnnotationModule)
-
getModuleClassNames
public String getModuleClassNames()
-
setModuleClassNames
public void setModuleClassNames(String moduleClassNames)
-
getModuleRefs
public String getModuleRefs()
-
setModuleRefs
public void setModuleRefs(String moduleRefs)
-
getEnableFeatures
public String getEnableFeatures()
-
setEnableFeatures
public void setEnableFeatures(String enableFeatures)
-
getDisableFeatures
public String getDisableFeatures()
-
setDisableFeatures
public void setDisableFeatures(String disableFeatures)
-
getContentTypeHeader
public Boolean getContentTypeHeader()
-
setContentTypeHeader
public void setContentTypeHeader(Boolean contentTypeHeader)
-
-