C D E G I M O S U 
All Classes All Packages

C

CBORConstants - Class in org.apache.camel.component.cbor
 
CBORDataFormat - Class in org.apache.camel.component.cbor
 
CBORDataFormat() - Constructor for class org.apache.camel.component.cbor.CBORDataFormat
Use the default CBOR Jackson ObjectMapper and Object
CBORDataFormat(ObjectMapper, Class<?>) - Constructor for class org.apache.camel.component.cbor.CBORDataFormat
Use the default CBOR Jackson ObjectMapper and with a custom unmarshal type
CBORDataFormatConfigurer - Class in org.apache.camel.component.cbor
Generated by camel build tools - do NOT edit this file!
CBORDataFormatConfigurer() - Constructor for class org.apache.camel.component.cbor.CBORDataFormatConfigurer
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormatConfigurer
 

D

disableFeature(DeserializationFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
disableFeature(MapperFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
disableFeature(SerializationFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
doInit() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
doStop() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

E

enableFeature(DeserializationFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
enableFeature(MapperFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
enableFeature(SerializationFeature) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

G

getCamelContext() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getCollectionType() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getDataFormatName() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getDisableFeatures() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getEnableFeatures() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getObjectMapper() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
getUnmarshalType() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

I

isAllowJmsType() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
isAllowUnmarshallType() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
isEnableJacksonTypeConverter() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
isPrettyPrint() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
isUseDefaultObjectMapper() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
isUseList() - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

M

marshal(Exchange, Object, OutputStream) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

O

org.apache.camel.component.cbor - package org.apache.camel.component.cbor
 

S

setAllowJmsType(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
Allows jackson to use the JMSType header as an indicator what the classname is for unmarshaling json content to POJO
setAllowUnmarshallType(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setCamelContext(CamelContext) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setCollectionType(Class<? extends Collection>) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setDisableFeatures(String) - Method in class org.apache.camel.component.cbor.CBORDataFormat
Set of features to disable on the Jackson ObjectMapper.
setEnableFeatures(String) - Method in class org.apache.camel.component.cbor.CBORDataFormat
Set of features to enable on the Jackson ObjectMapper.
setEnableJacksonTypeConverter(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
If enabled then Jackson is allowed to attempt to be used during Camels type converter as a FallbackConverter that attempts to convert POJOs to/from Map/List types.
setObjectMapper(ObjectMapper) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setPrettyPrint(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setUnmarshalType(Class<?>) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setUseDefaultObjectMapper(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
setUseList(boolean) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 

U

unmarshal(Exchange, InputStream) - Method in class org.apache.camel.component.cbor.CBORDataFormat
 
UNMARSHAL_TYPE - Static variable in class org.apache.camel.component.cbor.CBORConstants
 
useList() - Method in class org.apache.camel.component.cbor.CBORDataFormat
Uses ArrayList when unmarshalling.
useMap() - Method in class org.apache.camel.component.cbor.CBORDataFormat
Uses HashMap when unmarshalling.
C D E G I M O S U 
All Classes All Packages