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, doInit, doStart, doStop, enableFeature, enableFeature, enableFeature, getCamelContext, getCollectionType, getCollectionTypeName, getDataFormatName, getDisableFeatures, getEnableFeatures, getInclude, getJsonView, getJsonViewTypeName, getModuleClassNames, getModuleRefs, getModules, getTimezone, getUnmarshalType, getUnmarshalTypeName, getXmlMapper, isAllowJmsType, isAllowUnmarshallType, isContentTypeHeader, isEnableJacksonTypeConverter, isEnableJaxbAnnotationModule, isPrettyPrint, isUseList, marshal, setAllowJmsType, setAllowUnmarshallType, setCamelContext, setCollectionType, setCollectionTypeName, setContentTypeHeader, setDisableFeatures, setEnableFeatures, setEnableJacksonTypeConverter, setEnableJaxbAnnotationModule, setInclude, setJsonView, setJsonViewTypeName, setModuleClassNames, setModuleRefs, setModules, setPrettyPrint, setTimezone, setUnmarshalType, setUnmarshalTypeName, setUseList, setXmlMapper, unmarshal, useList, useMapbuild, doBuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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