Uses of Package
org.apache.camel.dataformat.bindy
Packages that use org.apache.camel.dataformat.bindy
Package
Description
-
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindyClassDescriptionThe
BindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyThe bindy factory is a factory used to create the POJO models and bind or unbind the data to and from the record (CSV, ...)Format allows to format object to and from string received using format or parse methodFactory to returnFormatclasses for a given type.Defines how length if a string is defined, i.e how chars are counted. -
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.csvClassDescriptionThe
BindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyFactory to returnFormatclasses for a given type. -
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.fixedClassDescriptionThe
BindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyThe 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 definedFactory to returnFormatclasses for a given type. -
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.formatClassDescriptionFormat allows to format object to and from string received using format or parse methodThe PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...)
-
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.format.factoriesClassDescriptionFormat allows to format object to and from string received using format or parse method
-
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.kvpClassDescriptionThe
BindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyFactory to returnFormatclasses for a given type. -
Classes in org.apache.camel.dataformat.bindy used by org.apache.camel.dataformat.bindy.util