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 ProtobufDataFormat
ProtobufDataFormat. allowUnmarshallType(boolean allowUnmarshallType)
ProtobufDataFormat
ProtobufDataFormat. allowUnmarshallType(String allowUnmarshallType)
ProtobufDataFormat
ProtobufDataFormat. autoDiscoverObjectMapper(boolean autoDiscoverObjectMapper)
ProtobufDataFormat
ProtobufDataFormat. autoDiscoverObjectMapper(String autoDiscoverObjectMapper)
ProtobufDataFormat
ProtobufDataFormat. collectionType(Class<?> collectionType)
ProtobufDataFormat
ProtobufDataFormat. collectionType(String collectionType)
ProtobufDataFormat
ProtobufDataFormat. disableFeatures(String disableFeatures)
ProtobufDataFormat
ProtobufDataFormat. enableFeatures(String enableFeatures)
ProtobufDataFormat
ProtobufDataFormat. include(String include)
ProtobufDataFormat
ProtobufDataFormat. jsonView(Class<?> jsonView)
ProtobufDataFormat
ProtobufDataFormat. moduleClassNames(String moduleClassNames)
ProtobufDataFormat
ProtobufDataFormat. moduleRefs(String moduleRefs)
ProtobufDataFormat
ProtobufDataFormat. objectMapper(String objectMapper)
ProtobufDataFormat
ProtobufDataFormat. unmarshalType(Class<?> unmarshalType)
ProtobufDataFormat
ProtobufDataFormat. unmarshalType(String unmarshalType)
ProtobufDataFormat
ProtobufDataFormat. useDefaultObjectMapper(boolean useDefaultObjectMapper)
ProtobufDataFormat
ProtobufDataFormat. useDefaultObjectMapper(String useDefaultObjectMapper)
ProtobufDataFormat
ProtobufDataFormat. useList(boolean useList)
ProtobufDataFormat
ProtobufDataFormat. useList(String useList)
-