Class BeanIODataFormatConfiguration
java.lang.Object
org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
org.apache.camel.dataformat.beanio.springboot.BeanIODataFormatConfiguration
@ConfigurationProperties(prefix="camel.dataformat.beanio")
public class BeanIODataFormatConfiguration
extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Marshal and unmarshal Java beans to and from flat files (such as CSV,
delimited, or fixed length formats).
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 TypeMethodDescriptionvoidsetBeanReaderErrorHandlerType(String beanReaderErrorHandlerType) voidsetEncoding(String encoding) voidsetIgnoreInvalidRecords(Boolean ignoreInvalidRecords) voidsetIgnoreUnexpectedRecords(Boolean ignoreUnexpectedRecords) voidsetIgnoreUnidentifiedRecords(Boolean ignoreUnidentifiedRecords) voidsetMapping(String mapping) voidsetStreamName(String streamName) voidsetUnmarshalSingleObject(Boolean unmarshalSingleObject) Methods inherited from class org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
BeanIODataFormatConfiguration
public BeanIODataFormatConfiguration()
-
-
Method Details
-
getMapping
-
setMapping
-
getStreamName
-
setStreamName
-
getIgnoreUnidentifiedRecords
-
setIgnoreUnidentifiedRecords
-
getIgnoreUnexpectedRecords
-
setIgnoreUnexpectedRecords
-
getIgnoreInvalidRecords
-
setIgnoreInvalidRecords
-
getEncoding
-
setEncoding
-
getBeanReaderErrorHandlerType
-
setBeanReaderErrorHandlerType
-
getUnmarshalSingleObject
-
setUnmarshalSingleObject
-