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 TDataFormatClause. yaml(YAMLLibrary library)Uses the YAML data formatTDataFormatClause. 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 YAMLLibraryYAMLDataFormat. getLibrary()static YAMLLibraryYAMLLibrary. 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 voidYAMLDataFormat. 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)
-