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!
-
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 TypeMethodDescriptiongetType()voidsetAllowEmptyStream(Boolean allowEmptyStream) voidsetClassType(String classType) voidvoidvoidsetUnwrapSingleInstance(Boolean unwrapSingleInstance) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
BindyCsvDataFormatConfiguration
public BindyCsvDataFormatConfiguration()
-
-
Method Details
-
getType
-
setType
-
getClassType
-
setClassType
-
getAllowEmptyStream
-
setAllowEmptyStream
-
getUnwrapSingleInstance
-
setUnwrapSingleInstance
-
getLocale
-
setLocale
-