@Metadata(firstVersion="2.0.0",
label="dataformat,transformation,csv",
title="Bindy")
public class BindyDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
BindyDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClassType() |
String |
getClassTypeAsString() |
String |
getLocale() |
BindyType |
getType() |
Boolean |
getUnwrapSingleInstance() |
void |
setClassType(Class<?> classType)
Name of model class to use.
|
void |
setClassTypeAsString(String classType)
Name of model class to use.
|
void |
setLocale(String locale)
To configure a default locale to use, such as us for united
states.
|
void |
setType(BindyType type)
Whether to use Csv, Fixed, or KeyValue.
|
void |
setUnwrapSingleInstance(Boolean unwrapSingleInstance)
When unmarshalling should a single instance be unwrapped and returned
instead of wrapped in a java.util.List.
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic BindyDataFormat()
public String getClassTypeAsString()
public void setClassTypeAsString(String classType)
public void setClassType(Class<?> classType)
public Class<?> getClassType()
public void setLocale(String locale)
public Boolean getUnwrapSingleInstance()
public void setUnwrapSingleInstance(Boolean unwrapSingleInstance)
Apache Camel