public class ListJacksonXMLDataFormat extends JacksonXMLDataFormat
JacksonXMLDataFormat
that is using a listConstructor 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, useMap
public 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