Class BindyCsvDataFormatConfiguration

java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.bindy.csv.springboot.BindyCsvDataFormatConfiguration

@ConfigurationProperties(prefix="camel.dataformat.bindy-csv") public class BindyCsvDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • BindyCsvDataFormatConfiguration

      public BindyCsvDataFormatConfiguration()
  • 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)