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