public class ListJacksonDataFormat extends JacksonDataFormat
JacksonDataFormat that is using a list| Constructor and Description |
|---|
ListJacksonDataFormat() |
ListJacksonDataFormat(Class<?> unmarshalType) |
ListJacksonDataFormat(Class<?> unmarshalType,
Class<?> jsonView) |
ListJacksonDataFormat(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<?> unmarshalType) |
ListJacksonDataFormat(com.fasterxml.jackson.databind.ObjectMapper mapper,
Class<?> unmarshalType,
Class<?> jsonView) |
doStart, doStop, getCollectionType, getInclude, getJsonView, getObjectMapper, getUnmarshalType, isAllowJmsType, isPrettyPrint, isUseList, marshal, setAllowJmsType, setCollectionType, setInclude, setJsonView, setPrettyPrint, setUnmarshalType, setUseList, unmarshal, useList, useMapApache Camel