| Enum | Description |
|---|---|
| LinkType |
Enumeration of link types
|
| Annotation Type | Description |
|---|---|
| BindyConverter |
An annotation used to identify which converter class will be used to convert
the String field to the attribute's data type.
|
| 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, ...).
|
| FixedLengthRecord |
This annotation represents the root class of the model.
|
| FormatFactories | |
| 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.
|
| Message |
This annotation represents the root class of the model.
|
| OneToMany | |
| Section |
This annotation allows to define during the marshaling process how a message
must be reconstruct
|
Apache Camel