Class BindyKeyValuePairDataFormatConfiguration

java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.bindy.kvp.springboot.BindyKeyValuePairDataFormatConfiguration

@ConfigurationProperties(prefix="camel.dataformat.bindy-kvp") public class BindyKeyValuePairDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • BindyKeyValuePairDataFormatConfiguration

      public BindyKeyValuePairDataFormatConfiguration()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getClassType

      public String getClassType()
    • setClassType

      public void setClassType(String classType)
    • getAllowEmptyStream

      public Boolean getAllowEmptyStream()
    • setAllowEmptyStream

      public void setAllowEmptyStream(Boolean allowEmptyStream)
    • getUnwrapSingleInstance

      public Boolean getUnwrapSingleInstance()
    • setUnwrapSingleInstance

      public void setUnwrapSingleInstance(Boolean unwrapSingleInstance)
    • getLocale

      public String getLocale()
    • setLocale

      public void setLocale(String locale)