public class BindyKeyValuePairDataFormat extends BindyAbstractDataFormat
DataFormat) using Bindy to marshal to and from CSV files| Constructor and Description |
|---|
BindyKeyValuePairDataFormat() |
BindyKeyValuePairDataFormat(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
protected BindyAbstractFactory |
createModelFactory(FormatFactory formatFactory) |
String |
getDataFormatName() |
void |
marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream outputStream) |
Object |
unmarshal(org.apache.camel.Exchange exchange,
InputStream inputStream) |
createLinkedFieldsModel, createLinkedFieldsModel, doStart, doStop, extractUnmarshalResult, getCamelContext, getClassType, getFactory, getLocale, isUnwrapSingleInstance, setCamelContext, setClassType, setLocale, setModelFactory, setUnwrapSingleInstancepublic BindyKeyValuePairDataFormat()
public BindyKeyValuePairDataFormat(Class<?> type)
public String getDataFormatName()
public void marshal(org.apache.camel.Exchange exchange,
Object body,
OutputStream outputStream)
throws Exception
Exceptionpublic Object unmarshal(org.apache.camel.Exchange exchange, InputStream inputStream) throws Exception
Exceptionprotected BindyAbstractFactory createModelFactory(FormatFactory formatFactory) throws Exception
createModelFactory in class BindyAbstractDataFormatExceptionApache Camel