Uses of Class
org.apache.camel.model.dataformat.ProtobufDataFormat
Packages that use ProtobufDataFormat
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of ProtobufDataFormat in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ProtobufDataFormatModifier and TypeMethodDescriptionProtobufDataFormat.allowUnmarshallType(boolean allowUnmarshallType) ProtobufDataFormat.allowUnmarshallType(String allowUnmarshallType) ProtobufDataFormat.autoDiscoverObjectMapper(boolean autoDiscoverObjectMapper) ProtobufDataFormat.autoDiscoverObjectMapper(String autoDiscoverObjectMapper) ProtobufDataFormat.collectionType(Class<?> collectionType) ProtobufDataFormat.collectionType(String collectionType) ProtobufDataFormat.disableFeatures(String disableFeatures) ProtobufDataFormat.enableFeatures(String enableFeatures) ProtobufDataFormat.Builder.end()ProtobufDataFormat.moduleClassNames(String moduleClassNames) ProtobufDataFormat.moduleRefs(String moduleRefs) ProtobufDataFormat.objectMapper(String objectMapper) ProtobufDataFormat.unmarshalType(Class<?> unmarshalType) ProtobufDataFormat.unmarshalType(String unmarshalType) ProtobufDataFormat.useDefaultObjectMapper(boolean useDefaultObjectMapper) ProtobufDataFormat.useDefaultObjectMapper(String useDefaultObjectMapper) ProtobufDataFormat.useList(boolean useList)