| Package | Description |
|---|---|
| org.apache.camel.model.dataformat |
The JAXB POJOs for the
Data Formats used to
marshal and unmarshal objects to and from streams inside
components
|
| Modifier and Type | Method and Description |
|---|---|
BindyDataFormat |
BindyDataFormat.allowEmptyStream(boolean allowEmptyStream) |
BindyDataFormat |
BindyDataFormat.allowEmptyStream(String allowEmptyStream) |
BindyDataFormat |
BindyDataFormat.classType(Class<?> classType) |
BindyDataFormat |
BindyDataFormat.classType(String classType) |
BindyDataFormat |
BindyDataFormat.csv() |
BindyDataFormat |
BindyDataFormat.fixed() |
BindyDataFormat |
BindyDataFormat.keyValue() |
BindyDataFormat |
BindyDataFormat.locale(Locale locale) |
BindyDataFormat |
BindyDataFormat.locale(String locale) |
BindyDataFormat |
BindyDataFormat.type(BindyType type) |
BindyDataFormat |
BindyDataFormat.type(String type) |
BindyDataFormat |
BindyDataFormat.unwrapSingleInstance(boolean unwrapSingleInstance) |
BindyDataFormat |
BindyDataFormat.unwrapSingleInstance(String unwrapSingleInstance) |
Apache Camel