Package org.apache.camel.dataformat.bindy
-
Interface Summary Interface Description BindyFactory The bindy factory is a factory used to create the POJO models and bind or unbind the data to and from the record (CSV, ...)Format<T> Format allows to format object to and from string received using format or parse methodPatternFormat<T> The PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double, ...) -
Class Summary Class Description BindyAbstractDataFormat BindyAbstractFactory TheBindyAbstractFactoryimplements what its common to all the formats supported by Camel BindyBindyCsvFactory The 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, ...BindyFixedLengthFactory The 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, ...BindyKeyValuePairFactory The BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.FormatFactory Factory to returnFormatclasses for a given type.FormattingOptions UnicodeHelper This class replicates the essential parts of the String class in order to aid proper work for Unicode chars in the presense of UTF-16. -
Enum Summary Enum Description UnicodeHelper.Method Defines how length if a string is defined, i.e how chars are counted. -
Exception Summary Exception Description WrappedException ARuntimeExceptionwhich wraps a checked exception.