Uses of Class
org.apache.camel.model.dataformat.YAMLLibrary
-
Packages that use YAMLLibrary 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 YAMLLibrary in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type YAMLLibrary Modifier and Type Method Description T
DataFormatClause. yaml(YAMLLibrary library)
Uses the YAML data formatT
DataFormatClause. yaml(YAMLLibrary library, Class<?> type)
Uses the YAML data format -
Uses of YAMLLibrary in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return YAMLLibrary Modifier and Type Method Description YAMLLibrary
YAMLDataFormat. getLibrary()
static YAMLLibrary
YAMLLibrary. valueOf(String name)
Returns the enum constant of this type with the specified name.static YAMLLibrary[]
YAMLLibrary. 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 YAMLLibrary Modifier and Type Method Description void
YAMLDataFormat. setLibrary(YAMLLibrary library)
Which yaml library to use.Constructors in org.apache.camel.model.dataformat with parameters of type YAMLLibrary Constructor Description YAMLDataFormat(YAMLLibrary library)
YAMLDataFormat(YAMLLibrary library, Class<?> unmarshalType)
-