Uses of Class
org.apache.camel.model.dataformat.BindyDataFormat.Builder
Packages that use BindyDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of BindyDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return BindyDataFormat.Builder -
Uses of BindyDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return BindyDataFormat.BuilderModifier and TypeMethodDescriptionBindyDataFormat.Builder.allowEmptyStream(boolean allowEmptyStream) Whether to allow empty streams in the unmarshal process.BindyDataFormat.Builder.allowEmptyStream(String allowEmptyStream) Whether to allow empty streams in the unmarshal process.Name of model class to use.Name of model class to use.To configure a default locale to use, such as us for united states.Whether to use Csv, Fixed, or KeyValue.BindyDataFormat.Builder.unwrapSingleInstance(boolean unwrapSingleInstance) When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.BindyDataFormat.Builder.unwrapSingleInstance(String unwrapSingleInstance) When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.