Package | Description |
---|---|
org.apache.camel.dataformat.bindy | |
org.apache.camel.dataformat.bindy.csv | |
org.apache.camel.dataformat.bindy.fixed | |
org.apache.camel.dataformat.bindy.kvp |
Modifier and Type | Class and Description |
---|---|
class |
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, ...
|
class |
BindyFixedLengthFactory
The BindyCsvFactory 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, ...
|
class |
BindyKeyValuePairFactory
The BindyKeyValuePairFactory is the class who allows to bind data of type key
value pair.
|
Modifier and Type | Method and Description |
---|---|
protected abstract BindyAbstractFactory |
BindyAbstractDataFormat.createModelFactory() |
BindyAbstractFactory |
BindyAbstractDataFormat.getFactory() |
Modifier and Type | Method and Description |
---|---|
void |
BindyAbstractDataFormat.setModelFactory(BindyAbstractFactory modelFactory) |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyCsvDataFormat.createModelFactory() |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyFixedLengthDataFormat.createModelFactory() |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyKeyValuePairDataFormat.createModelFactory() |
Apache Camel