Uses of Class
org.apache.camel.model.dataformat.BeanioDataFormat.Builder
Packages that use BeanioDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of BeanioDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return BeanioDataFormat.Builder -
Uses of BeanioDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return BeanioDataFormat.BuilderModifier and TypeMethodDescriptionBeanioDataFormat.Builder.beanReaderErrorHandlerType(String beanReaderErrorHandlerType) To use a custom org.apache.camel.dataformat.beanio.BeanIOErrorHandler as error handler while parsing.The charset to use.BeanioDataFormat.Builder.ignoreInvalidRecords(boolean ignoreInvalidRecords) Whether to ignore invalid records.BeanioDataFormat.Builder.ignoreInvalidRecords(String ignoreInvalidRecords) Whether to ignore invalid records.BeanioDataFormat.Builder.ignoreUnexpectedRecords(boolean ignoreUnexpectedRecords) Whether to ignore unexpected records.BeanioDataFormat.Builder.ignoreUnexpectedRecords(String ignoreUnexpectedRecords) Whether to ignore unexpected records.BeanioDataFormat.Builder.ignoreUnidentifiedRecords(boolean ignoreUnidentifiedRecords) Whether to ignore unidentified records.BeanioDataFormat.Builder.ignoreUnidentifiedRecords(String ignoreUnidentifiedRecords) Whether to ignore unidentified records.The BeanIO mapping file.BeanioDataFormat.Builder.streamName(String streamName) The name of the stream to use.BeanioDataFormat.Builder.unmarshalSingleObject(boolean unmarshalSingleObject) This options controls whether to unmarshal as a list of objects or as a single object only.BeanioDataFormat.Builder.unmarshalSingleObject(String unmarshalSingleObject) This options controls whether to unmarshal as a list of objects or as a single object only.