Uses of Enum Class
org.apache.camel.model.dataformat.ProtobufLibrary
Packages that use ProtobufLibrary
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ProtobufLibrary in org.apache.camel.builder
Methods in org.apache.camel.builder with parameters of type ProtobufLibraryModifier and TypeMethodDescriptionDataFormatClause.protobuf(ProtobufLibrary library) Uses the Protobuf data format with given libraryDataFormatClause.protobuf(ProtobufLibrary library, Class<?> unmarshalType) Uses the Protobuf data format with given library and unmarshalTypeDataFormatClause.protobuf(ProtobufLibrary library, Class<?> unmarshalType, String schemaResolver) Uses the Protobuf data format with given library, unmarshalType and schemaResolver -
Uses of ProtobufLibrary in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ProtobufLibraryModifier and TypeMethodDescriptionProtobufDataFormat.getLibrary()static ProtobufLibraryReturns the enum constant of this class with the specified name.static ProtobufLibrary[]ProtobufLibrary.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 ProtobufLibraryModifier and TypeMethodDescriptionProtobufDataFormat.Builder.library(ProtobufLibrary library) Which Protobuf library to use.voidProtobufDataFormat.setLibrary(ProtobufLibrary library) Which Protobuf library to use.Constructors in org.apache.camel.model.dataformat with parameters of type ProtobufLibrary