Class CBORDataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.component.cbor.springboot.CBORDataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.cbor")
public class CBORDataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Unmarshal a CBOR payload to POJO and back.
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) voidsetDisableFeatures(String disableFeatures) voidsetEnableFeatures(String enableFeatures) voidsetObjectMapper(String objectMapper) voidsetPrettyPrint(Boolean prettyPrint) voidsetUnmarshalType(String unmarshalType) voidsetUseDefaultObjectMapper(Boolean useDefaultObjectMapper) voidsetUseList(Boolean useList) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
CBORDataFormatConfiguration
public CBORDataFormatConfiguration()
-
-
Method Details
-
getObjectMapper
-
setObjectMapper
-
getUseDefaultObjectMapper
-
setUseDefaultObjectMapper
-
getUnmarshalType
-
setUnmarshalType
-
getCollectionType
-
setCollectionType
-
getUseList
-
setUseList
-
getAllowUnmarshallType
-
setAllowUnmarshallType
-
getPrettyPrint
-
setPrettyPrint
-
getAllowJmsType
-
setAllowJmsType
-
getEnableFeatures
-
setEnableFeatures
-
getDisableFeatures
-
setDisableFeatures
-