All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
| Class |
Description |
| AbstractFormatFactory |
|
| AbstractNumberFormat<T extends Number> |
|
| AnnotationModelLoader |
Annotation based loader for model classes with Bindy annotations.
|
| BigDecimalFormatFactory |
|
| BigDecimalPatternFormatFactory |
|
| BigIntegerFormatFactory |
|
| BindyAbstractDataFormat |
|
| BindyAbstractFactory |
|
| BindyConverter |
An annotation used to identify which converter class will be used to convert the String field to the attribute's data
type.
|
| BindyCsvDataFormat |
Marshal and unmarshal between POJOs and Comma separated values (CSV) format using Camel Bindy
|
| BindyCsvDataFormatConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| BindyCsvFactory |
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, ...
|
| 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, ...)
|
| BindyFixedLengthDataFormat |
Marshal and unmarshal between POJOs and fixed field length format using Camel Bindy
|
| BindyFixedLengthDataFormatConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| 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, ...
|
| BindyKeyValuePairDataFormat |
Marshal and unmarshal between POJOs and key-value pair (KVP) format using Camel Bindy
|
| BindyKeyValuePairDataFormatConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| BindyKeyValuePairFactory |
The BindyKeyValuePairFactory is the class who allows to bind data of type key value pair.
|
| BooleanFormatFactory |
|
| ByteFormatFactory |
|
| BytePatternFormatFactory |
|
| CharacterFormatFactory |
|
| ConverterUtils |
To help return the char associated to the unicode string
|
| CsvRecord |
This annotation represents the root class of the model.
|
| DataField |
An annotation used to identify in a POJO which property is link to a field of a record (csv, ...).
|
| DateFormatFactory |
|
| DefaultFactoryRegistry |
This class manages all FormatFactoryInterfaces.
|
| DoubleFormatFactory |
|
| DoublePatternFormatFactory |
|
| EnumFormatFactory |
|
| FactoryRegistry |
|
| FixedLengthRecord |
This annotation represents the root class of the model.
|
| FloatFormatFactory |
|
| FloatPatternFormatFactory |
|
| Format<T> |
Format allows to format object to and from string received using format or parse method
|
| FormatException |
|
| FormatFactories |
|
| FormatFactory |
Factory to return Format classes for a given type.
|
| FormatFactoryInterface |
|
| FormattingOptions |
|
| IntegerFormatFactory |
|
| IntegerPatternFormatFactory |
|
| KeyValuePairField |
An annotation used to identify in a POJO which property is link to a key value pair field The tag (mandatory)
identifies the key of the key value pair (e.g.
|
| Link |
This annotation allows to link classes together in the model.
|
| LinkType |
Enumeration of link types
|
| LocalDateFormatFactory |
|
| LocalDateTimeFormatFactory |
|
| LocalTimeFormatFactory |
|
| LongFormatFactory |
|
| LongPatternFormatFactory |
|
| Message |
This annotation represents the root class of the model.
|
| NumberPatternFormat<T> |
|
| OneToMany |
|
| PatternFormat<T> |
The PatternFormat extends the format interface and allows to retrieve the pattern linked to a format (Date, Double,
...)
|
| Section |
This annotation allows to define during the marshaling process how a message must be reconstruct
|
| ShortFormatFactory |
|
| ShortPatternFormatFactory |
|
| StringFormatFactory |
|
| 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.
|
| UnicodeHelper.Method |
Defines how length if a string is defined, i.e how chars are counted.
|
| WrappedException |
|
| ZonedDateTimeFormatFactory |
|