Uses of Class
org.apache.camel.model.dataformat.BindyType
-
Packages that use BindyType Package Description org.apache.camel.builder org.apache.camel.model.dataformat The JAXB POJOs for the Data Formats used to marshal and unmarshal objects to and from streams inside components -
-
Uses of BindyType in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type BindyType Modifier and Type Method Description TDataFormatClause. bindy(BindyType type, Class<?> classType)Uses the Bindy data formatTDataFormatClause. bindy(BindyType type, Class<?> classType, boolean unwrapSingleInstance)Uses the Bindy data format -
Uses of BindyType in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return BindyType Modifier and Type Method Description static BindyTypeBindyType. valueOf(String name)Returns the enum constant of this type with the specified name.static BindyType[]BindyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.model.dataformat with parameters of type BindyType Modifier and Type Method Description BindyDataFormatBindyDataFormat. type(BindyType type)
-