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 | Field and Description |
---|---|
protected FormatFactory |
BindyAbstractFactory.formatFactory |
Modifier and Type | Method and Description |
---|---|
protected abstract BindyAbstractFactory |
BindyAbstractDataFormat.createModelFactory(FormatFactory formatFactory) |
void |
BindyAbstractFactory.setFormatFactory(FormatFactory formatFactory) |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyCsvDataFormat.createModelFactory(FormatFactory formatFactory) |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyFixedLengthDataFormat.createModelFactory(FormatFactory formatFactory) |
Modifier and Type | Method and Description |
---|---|
protected BindyAbstractFactory |
BindyKeyValuePairDataFormat.createModelFactory(FormatFactory formatFactory) |
Apache Camel