Uses of Enum Class
org.apache.camel.component.jackson.SchemaType
Packages that use SchemaType
-
Uses of SchemaType in org.apache.camel.component.jackson
Methods in org.apache.camel.component.jackson that return SchemaTypeModifier and TypeMethodDescriptionstatic SchemaTypestatic SchemaTypeReturns the enum constant of this class with the specified name.static SchemaType[]SchemaType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SchemaType in org.apache.camel.component.jackson.transform
Methods in org.apache.camel.component.jackson.transform with parameters of type SchemaTypeModifier and TypeMethodDescriptionprotected ObjectJsonPojoDataTypeTransformer.getJavaObject(org.apache.camel.Message message, SchemaType schemaType, com.fasterxml.jackson.core.FormatSchema schema, Class<?> contentType)