Class JacksonDataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.component.jackson.springboot.JacksonDataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.jackson")
public class JacksonDataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Marshal POJOs to JSON and back using 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) voidsetAutoDiscoverObjectMapper(Boolean autoDiscoverObjectMapper) voidsetAutoDiscoverSchemaResolver(Boolean autoDiscoverSchemaResolver) voidsetCollectionType(String collectionType) voidsetCombineUnicodeSurrogates(Boolean combineUnicodeSurrogates) voidsetContentTypeHeader(Boolean contentTypeHeader) voidsetDisableFeatures(String disableFeatures) voidsetEnableFeatures(String enableFeatures) voidsetInclude(String include) voidsetJsonView(String jsonView) voidsetModuleClassNames(String moduleClassNames) voidsetModuleRefs(String moduleRefs) voidsetNamingStrategy(String namingStrategy) voidsetObjectMapper(String objectMapper) voidsetPrettyPrint(Boolean prettyPrint) voidsetSchemaResolver(String schemaResolver) voidsetTimezone(String timezone) voidsetUnmarshalType(String unmarshalType) voidsetUseDefaultObjectMapper(Boolean useDefaultObjectMapper) voidsetUseList(Boolean useList) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
JacksonDataFormatConfiguration
public JacksonDataFormatConfiguration()
-
-
Method Details
-
getObjectMapper
-
setObjectMapper
-
getUseDefaultObjectMapper
-
setUseDefaultObjectMapper
-
getAutoDiscoverObjectMapper
-
setAutoDiscoverObjectMapper
-
getPrettyPrint
-
setPrettyPrint
-
getCombineUnicodeSurrogates
-
setCombineUnicodeSurrogates
-
getUnmarshalType
-
setUnmarshalType
-
getJsonView
-
setJsonView
-
getInclude
-
setInclude
-
getAllowJmsType
-
setAllowJmsType
-
getCollectionType
-
setCollectionType
-
getUseList
-
setUseList
-
getModuleClassNames
-
setModuleClassNames
-
getModuleRefs
-
setModuleRefs
-
getEnableFeatures
-
setEnableFeatures
-
getDisableFeatures
-
setDisableFeatures
-
getAllowUnmarshallType
-
setAllowUnmarshallType
-
getTimezone
-
setTimezone
-
getSchemaResolver
-
setSchemaResolver
-
getAutoDiscoverSchemaResolver
-
setAutoDiscoverSchemaResolver
-
getNamingStrategy
-
setNamingStrategy
-
getContentTypeHeader
-
setContentTypeHeader
-