Hierarchy For Package org.springframework.integration.support.json
Package Hierarchies:Class Hierarchy
- java.lang.Object
- org.springframework.integration.support.json.AbstractJacksonJsonObjectMapper<N,P,J> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.integration.support.json.JsonObjectMapper<N,P>)
- org.springframework.integration.support.json.Jackson2JsonObjectMapper
- org.springframework.integration.support.json.AbstractJsonInboundMessageMapper<P> (implements org.springframework.integration.mapping.InboundMessageMapper<T>)
- org.springframework.integration.support.json.JsonInboundMessageMapper
- org.springframework.integration.support.json.EmbeddedJsonHeadersMessageMapper (implements org.springframework.integration.mapping.BytesMessageMapper)
- org.springframework.integration.support.json.Jackson2JsonMessageParser
- org.springframework.integration.support.json.JacksonJsonUtils
- org.springframework.integration.support.json.JacksonPresent
- com.fasterxml.jackson.databind.JsonDeserializer<T> (implements com.fasterxml.jackson.databind.deser.NullValueProvider)
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable)
- com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer<T> (implements com.fasterxml.jackson.databind.deser.ResolvableDeserializer)
- org.springframework.integration.support.json.MessageJacksonDeserializer<T>
- org.springframework.integration.support.json.AdviceMessageJacksonDeserializer
- org.springframework.integration.support.json.ErrorMessageJacksonDeserializer
- org.springframework.integration.support.json.GenericMessageJacksonDeserializer
- org.springframework.integration.support.json.MutableMessageJacksonDeserializer
- org.springframework.integration.support.json.MessageJacksonDeserializer<T>
- com.fasterxml.jackson.databind.deser.std.StdNodeBasedDeserializer<T> (implements com.fasterxml.jackson.databind.deser.ResolvableDeserializer)
- com.fasterxml.jackson.databind.deser.std.StdDeserializer<T> (implements java.io.Serializable, com.fasterxml.jackson.databind.deser.ValueInstantiator.Gettable)
- org.springframework.integration.support.json.JsonObjectMapperProvider
- org.springframework.integration.support.json.JsonOutboundMessageMapper (implements org.springframework.integration.mapping.OutboundMessageMapper<T>)
- com.fasterxml.jackson.databind.JsonSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable)
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable)
- org.springframework.integration.support.json.MessageHeadersJacksonSerializer
- org.springframework.integration.support.json.MimeTypeSerializer
- com.fasterxml.jackson.databind.ser.std.StdSerializer<T> (implements com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, java.io.Serializable)
- org.springframework.integration.support.json.AbstractJacksonJsonObjectMapper<N,P,J> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.integration.support.json.JsonObjectMapper<N,P>)
Interface Hierarchy
- org.springframework.integration.support.json.JsonInboundMessageMapper.JsonMessageParser<P>
- org.springframework.integration.support.json.JsonObjectMapper<N,P>