Uses of Class
org.apache.camel.model.dataformat.FlatpackDataFormat.Builder
Packages that use FlatpackDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of FlatpackDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return FlatpackDataFormat.BuilderModifier and TypeMethodDescriptionDataFormatBuilderFactory.flatpack()Uses the Flatpack data format -
Uses of FlatpackDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return FlatpackDataFormat.BuilderModifier and TypeMethodDescriptionFlatpackDataFormat.Builder.allowShortLines(boolean allowShortLines) Allows for lines to be shorter than expected and ignores the extra charactersFlatpackDataFormat.Builder.allowShortLines(String allowShortLines) Allows for lines to be shorter than expected and ignores the extra charactersFlatpackDataFormat.Builder.definition(String definition) The flatpack pzmap configuration file.The delimiter char (could be ; , or similar)FlatpackDataFormat.Builder.fixed(boolean fixed) Delimited or fixed.Delimited or fixed.FlatpackDataFormat.Builder.ignoreExtraColumns(boolean ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackDataFormat.Builder.ignoreExtraColumns(String ignoreExtraColumns) Allows for lines to be longer than expected and ignores the extra characters.FlatpackDataFormat.Builder.ignoreFirstRecord(boolean ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackDataFormat.Builder.ignoreFirstRecord(String ignoreFirstRecord) Whether the first line is ignored for delimited files (for the column headers).FlatpackDataFormat.Builder.parserFactoryRef(String parserFactoryRef) References to a custom parser factory to lookup in the registryFlatpackDataFormat.Builder.textQualifier(String textQualifier) If the text is qualified with a character.