Uses of Class
org.apache.camel.model.dataformat.AvroLibrary
-
Packages that use AvroLibrary 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 AvroLibrary in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type AvroLibrary Modifier and Type Method Description TDataFormatClause. avro(AvroLibrary library)Uses Avro data format with libraryTDataFormatClause. avro(AvroLibrary library, Class<?> unmarshalType)Uses the Avro data format with given library and unmarshalTypeTDataFormatClause. avro(AvroLibrary library, Class<?> unmarshalType, String schemaResolver)Uses the Avro data format with given library, unmarshalType and schemaResolver -
Uses of AvroLibrary in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return AvroLibrary Modifier and Type Method Description AvroLibraryAvroDataFormat. getLibrary()static AvroLibraryAvroLibrary. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroLibrary[]AvroLibrary. 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 AvroLibrary Modifier and Type Method Description voidAvroDataFormat. setLibrary(AvroLibrary library)Which Avro library to use.Constructors in org.apache.camel.model.dataformat with parameters of type AvroLibrary Constructor Description AvroDataFormat(AvroLibrary library)
-