public class ListJacksonDataFormat extends JacksonDataFormat
JacksonDataFormat that is using
a list| Constructor and Description |
|---|
ListJacksonDataFormat() |
ListJacksonDataFormat(Class<?> unmarshalType) |
ListJacksonDataFormat(Class<?> unmarshalType,
Class<?> jsonView) |
ListJacksonDataFormat(Class<?> unmarshalType,
Class<?> jsonView,
boolean enableJaxbAnnotationModule) |
ListJacksonDataFormat(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<?> unmarshalType) |
ListJacksonDataFormat(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<?> unmarshalType,
Class<?> jsonView) |
addModule, disableFeature, disableFeature, disableFeature, doStart, doStop, enableFeature, enableFeature, enableFeature, getCamelContext, getCollectionType, getDataFormatName, getDisableFeatures, getEnableFeatures, getInclude, getJsonView, getModuleClassNames, getModuleRefs, getModules, getObjectMapper, getTimezone, getUnmarshalType, isAllowJmsType, isAllowUnmarshallType, isAutoDiscoverObjectMapper, isContentTypeHeader, isEnableJacksonTypeConverter, isEnableJaxbAnnotationModule, isPrettyPrint, isUseDefaultObjectMapper, isUseList, marshal, setAllowJmsType, setAllowUnmarshallType, setAutoDiscoverObjectMapper, setCamelContext, setCollectionType, setContentTypeHeader, setDisableFeatures, setEnableFeatures, setEnableJacksonTypeConverter, setEnableJaxbAnnotationModule, setInclude, setJsonView, setModuleClassNames, setModuleRefs, setModules, setObjectMapper, setPrettyPrint, setTimezone, setUnmarshalType, setUseDefaultObjectMapper, setUseList, unmarshal, useList, useMapbuild, doBuild, doInit, doResume, doShutdown, doSuspend, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic ListJacksonDataFormat()
public ListJacksonDataFormat(Class<?> unmarshalType)
public ListJacksonDataFormat(Class<?> unmarshalType, Class<?> jsonView, boolean enableJaxbAnnotationModule)
public ListJacksonDataFormat(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<?> unmarshalType)
Apache Camel