Class BindyCsvDataFormatConfiguration
- java.lang.Object
-
- org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
-
- org.apache.camel.dataformat.bindy.csv.springboot.BindyCsvDataFormatConfiguration
-
@Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.bindy-csv") public class BindyCsvDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommonMarshal 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 Summary
Constructors Constructor Description BindyCsvDataFormatConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetAllowEmptyStream()StringgetClassType()StringgetLocale()StringgetType()BooleangetUnwrapSingleInstance()voidsetAllowEmptyStream(Boolean allowEmptyStream)voidsetClassType(String classType)voidsetLocale(String locale)voidsetType(String type)voidsetUnwrapSingleInstance(Boolean unwrapSingleInstance)
-
-
-
Method Detail
-
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)
-
-