Uses of Class
org.apache.camel.model.dataformat.CBORDataFormat.Builder
Packages that use CBORDataFormat.Builder
Package
Description
The JAXB POJOs for the Data Formats used to marshal and
unmarshal objects to and from streams inside components
-
Uses of CBORDataFormat.Builder in org.apache.camel.builder
Methods in org.apache.camel.builder that return CBORDataFormat.Builder -
Uses of CBORDataFormat.Builder in org.apache.camel.model.dataformat
Methods in org.apache.camel.model.dataformat that return CBORDataFormat.BuilderModifier and TypeMethodDescriptionCBORDataFormat.Builder.allowJmsType(boolean allowJmsType) Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.CBORDataFormat.Builder.allowJmsType(String allowJmsType) Used for JMS users to allow the JMSType header from the JMS spec to specify a FQN classname to use to unmarshal to.CBORDataFormat.Builder.allowUnmarshallType(boolean allowUnmarshallType) If enabled then Jackson CBOR is allowed to attempt to use the CamelCBORUnmarshalType header during the unmarshalling.CBORDataFormat.Builder.allowUnmarshallType(String allowUnmarshallType) If enabled then Jackson CBOR is allowed to attempt to use the CamelCBORUnmarshalType header during the unmarshalling.CBORDataFormat.Builder.collectionType(Class<?> collectionType) CBORDataFormat.Builder.collectionTypeName(String collectionTypeName) Refers to a custom collection type to lookup in the registry to use.CBORDataFormat.Builder.disableFeatures(String disableFeatures) Set of features to disable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.CBORDataFormat.Builder.enableFeatures(String enableFeatures) Set of features to enable on the Jackson com.fasterxml.jackson.databind.ObjectMapper.CBORDataFormat.Builder.objectMapper(String objectMapper) Lookup and use the existing CBOR ObjectMapper with the given id when using Jackson.CBORDataFormat.Builder.prettyPrint(boolean prettyPrint) To enable pretty printing output nicely formatted.CBORDataFormat.Builder.prettyPrint(String prettyPrint) To enable pretty printing output nicely formatted.CBORDataFormat.Builder.unmarshalType(Class<?> unmarshalType) Class of the java type to use when unmarshallingCBORDataFormat.Builder.unmarshalTypeName(String unmarshalTypeName) Class name of the java type to use when unmarshallingCBORDataFormat.Builder.useDefaultObjectMapper(boolean useDefaultObjectMapper) Whether to lookup and use default Jackson CBOR ObjectMapper from the registry.CBORDataFormat.Builder.useDefaultObjectMapper(String useDefaultObjectMapper) Whether to lookup and use default Jackson CBOR ObjectMapper from the registry.CBORDataFormat.Builder.useList(boolean useList) To unmarshal to a List of Map or a List of Pojo.To unmarshal to a List of Map or a List of Pojo.