Uses of Interface
org.apache.camel.dataformat.bindy.BindyFactory
Packages that use BindyFactory
-
Uses of BindyFactory in org.apache.camel.dataformat.bindy
Classes in org.apache.camel.dataformat.bindy that implement BindyFactoryModifier and TypeClassDescriptionclassTheBindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyclassThe BindyCsvFactory is the class who allows to : Generate a model associated to a CSV record, bind data from a record to the POJOs, export data of POJOs to a CSV record and format data into String, Date, Double, ... according to the format/pattern definedclassThe BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ... according to the format/pattern definedclassThe BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.