Uses of Class
org.apache.camel.model.dataformat.ProtobufDataFormat
-
Packages that use ProtobufDataFormat Package Description 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 ProtobufDataFormat in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return ProtobufDataFormat Modifier and Type Method Description ProtobufDataFormatProtobufDataFormat. allowUnmarshallType(boolean allowUnmarshallType)ProtobufDataFormatProtobufDataFormat. allowUnmarshallType(String allowUnmarshallType)ProtobufDataFormatProtobufDataFormat. autoDiscoverObjectMapper(boolean autoDiscoverObjectMapper)ProtobufDataFormatProtobufDataFormat. autoDiscoverObjectMapper(String autoDiscoverObjectMapper)ProtobufDataFormatProtobufDataFormat. collectionType(Class<?> collectionType)ProtobufDataFormatProtobufDataFormat. collectionType(String collectionType)ProtobufDataFormatProtobufDataFormat. disableFeatures(String disableFeatures)ProtobufDataFormatProtobufDataFormat. enableFeatures(String enableFeatures)ProtobufDataFormatProtobufDataFormat. include(String include)ProtobufDataFormatProtobufDataFormat. jsonView(Class<?> jsonView)ProtobufDataFormatProtobufDataFormat. moduleClassNames(String moduleClassNames)ProtobufDataFormatProtobufDataFormat. moduleRefs(String moduleRefs)ProtobufDataFormatProtobufDataFormat. objectMapper(String objectMapper)ProtobufDataFormatProtobufDataFormat. unmarshalType(Class<?> unmarshalType)ProtobufDataFormatProtobufDataFormat. unmarshalType(String unmarshalType)ProtobufDataFormatProtobufDataFormat. useDefaultObjectMapper(boolean useDefaultObjectMapper)ProtobufDataFormatProtobufDataFormat. useDefaultObjectMapper(String useDefaultObjectMapper)ProtobufDataFormatProtobufDataFormat. useList(boolean useList)ProtobufDataFormatProtobufDataFormat. useList(String useList)
-