public class ListJacksonXMLDataFormat extends JacksonXMLDataFormat
JacksonXMLDataFormat that is using a list| Constructor and Description |
|---|
ListJacksonXMLDataFormat() |
ListJacksonXMLDataFormat(Class<?> unmarshalType) |
ListJacksonXMLDataFormat(Class<?> unmarshalType,
Class<?> jsonView) |
ListJacksonXMLDataFormat(Class<?> unmarshalType,
Class<?> jsonView,
boolean enableJaxbAnnotationModule) |
ListJacksonXMLDataFormat(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Class<?> unmarshalType) |
ListJacksonXMLDataFormat(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Class<?> unmarshalType,
Class<?> jsonView) |
addModule, disableFeature, disableFeature, disableFeature, doStart, doStop, enableFeature, enableFeature, enableFeature, getCamelContext, getCollectionType, getDataFormatName, getDisableFeatures, getEnableFeatures, getInclude, getJsonView, getModuleClassNames, getModuleRefs, getModules, getTimezone, getUnmarshalType, getXmlMapper, isAllowJmsType, isAllowUnmarshallType, isContentTypeHeader, isEnableJacksonTypeConverter, isEnableJaxbAnnotationModule, isPrettyPrint, isUseList, marshal, setAllowJmsType, setAllowUnmarshallType, setCamelContext, setCollectionType, setContentTypeHeader, setDisableFeatures, setEnableFeatures, setEnableJacksonTypeConverter, setEnableJaxbAnnotationModule, setInclude, setJsonView, setModuleClassNames, setModuleRefs, setModules, setPrettyPrint, setTimezone, setUnmarshalType, setUseList, setXmlMapper, 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 ListJacksonXMLDataFormat()
public ListJacksonXMLDataFormat(Class<?> unmarshalType)
public ListJacksonXMLDataFormat(Class<?> unmarshalType, Class<?> jsonView, boolean enableJaxbAnnotationModule)
public ListJacksonXMLDataFormat(com.fasterxml.jackson.dataformat.xml.XmlMapper mapper,
Class<?> unmarshalType)
Apache Camel