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