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!
  • Constructor Details

    • CBORDataFormatConfiguration

      public CBORDataFormatConfiguration()
  • Method Details

    • getObjectMapper

      public String getObjectMapper()
    • setObjectMapper

      public void setObjectMapper(String objectMapper)
    • getUseDefaultObjectMapper

      public Boolean getUseDefaultObjectMapper()
    • setUseDefaultObjectMapper

      public void setUseDefaultObjectMapper(Boolean useDefaultObjectMapper)
    • getUnmarshalType

      public String getUnmarshalType()
    • setUnmarshalType

      public void setUnmarshalType(String unmarshalType)
    • getCollectionType

      public String getCollectionType()
    • setCollectionType

      public void setCollectionType(String collectionType)
    • getUseList

      public Boolean getUseList()
    • setUseList

      public void setUseList(Boolean useList)
    • getAllowUnmarshallType

      public Boolean getAllowUnmarshallType()
    • setAllowUnmarshallType

      public void setAllowUnmarshallType(Boolean allowUnmarshallType)
    • getPrettyPrint

      public Boolean getPrettyPrint()
    • setPrettyPrint

      public void setPrettyPrint(Boolean prettyPrint)
    • getAllowJmsType

      public Boolean getAllowJmsType()
    • setAllowJmsType

      public void setAllowJmsType(Boolean allowJmsType)
    • getEnableFeatures

      public String getEnableFeatures()
    • setEnableFeatures

      public void setEnableFeatures(String enableFeatures)
    • getDisableFeatures

      public String getDisableFeatures()
    • setDisableFeatures

      public void setDisableFeatures(String disableFeatures)