Uses of Enum Class
org.apache.camel.model.dataformat.AvroLibrary
Packages that use AvroLibrary
Package
Description
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 AvroLibraryModifier and TypeMethodDescriptionDataFormatClause.avro(AvroLibrary library) Uses Avro data format with libraryDataFormatClause.avro(AvroLibrary library, Class<?> unmarshalType) Uses the Avro data format with given library and unmarshalTypeDataFormatClause.avro(AvroLibrary library, Class<?> unmarshalType, String schemaResolver) Uses the Avro data format with given library, unmarshalType and schemaResolverDataFormatClause.avro(AvroLibrary library, Object schema) Uses Avro data format with tje given library and schemaDataFormatClause.avro(AvroLibrary library, String unmarshalTypeName) Uses Avro data format with given library and unmarshalType -
Uses of AvroLibrary in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return AvroLibraryModifier and TypeMethodDescriptionAvroDataFormat.getLibrary()static AvroLibraryReturns the enum constant of this class with the specified name.static AvroLibrary[]AvroLibrary.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.model.dataformat with parameters of type AvroLibraryModifier and TypeMethodDescriptionAvroDataFormat.Builder.library(AvroLibrary library) Which Avro library to use.voidAvroDataFormat.setLibrary(AvroLibrary library) Which Avro library to use.Constructors in org.apache.camel.model.dataformat with parameters of type AvroLibrary