Class JacksonXMLDataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.component.jacksonxml.springboot.JacksonXMLDataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.jackson-xml")
public class JacksonXMLDataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Unmarshal an XML payloads to POJOs and back using XMLMapper extension of
Jackson.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllowJmsType(Boolean allowJmsType) voidsetAllowUnmarshallType(Boolean allowUnmarshallType) voidsetCollectionType(String collectionType) voidsetContentTypeHeader(Boolean contentTypeHeader) voidsetDisableFeatures(String disableFeatures) voidsetEnableFeatures(String enableFeatures) voidsetEnableJaxbAnnotationModule(Boolean enableJaxbAnnotationModule) voidsetInclude(String include) voidsetJsonView(String jsonView) voidsetModuleClassNames(String moduleClassNames) voidsetModuleRefs(String moduleRefs) voidsetPrettyPrint(Boolean prettyPrint) voidsetTimezone(String timezone) voidsetUnmarshalType(String unmarshalType) voidsetUseList(Boolean useList) voidsetXmlMapper(String xmlMapper) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JacksonXMLDataFormatConfiguration
public JacksonXMLDataFormatConfiguration()
-
-
Method Details
-
getXmlMapper
-
setXmlMapper
-
getPrettyPrint
-
setPrettyPrint
-
getUnmarshalType
-
setUnmarshalType
-
getAllowUnmarshallType
-
setAllowUnmarshallType
-
getJsonView
-
setJsonView
-
getInclude
-
setInclude
-
getAllowJmsType
-
setAllowJmsType
-
getCollectionType
-
setCollectionType
-
getUseList
-
setUseList
-
getTimezone
-
setTimezone
-
getEnableJaxbAnnotationModule
-
setEnableJaxbAnnotationModule
-
getModuleClassNames
-
setModuleClassNames
-
getModuleRefs
-
setModuleRefs
-
getEnableFeatures
-
setEnableFeatures
-
getDisableFeatures
-
setDisableFeatures
-
getContentTypeHeader
-
setContentTypeHeader
-