Uses of Package
org.springframework.integration.support.json
Packages that use org.springframework.integration.support.json
Package
Description
Root package of the Spring Integration Java DSL.
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
Provides classes supporting JSON in Spring Integration.
Provides classes supporting json.
Contains core-implementation of various Transformers which includes Enrichers
and Filters.
-
Classes in org.springframework.integration.support.json used by org.springframework.integration.dslClassDescriptionStrategy interface to convert an Object to/from the JSON representation.
-
Classes in org.springframework.integration.support.json used by org.springframework.integration.ip.tcp.serializerClassDescriptionStrategy interface to convert an Object to/from the JSON representation.
-
Classes in org.springframework.integration.support.json used by org.springframework.integration.jsonClassDescriptionStrategy interface to convert an Object to/from the JSON representation.
-
Classes in org.springframework.integration.support.json used by org.springframework.integration.support.jsonClassDescriptionBase class for Jackson
JsonObjectMapper
implementations.AbstractInboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type.Jackson 2 JSON-processor (@link https://github.com/FasterXML) JsonObjectMapper implementation.InboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type.Strategy interface to convert an Object to/from the JSON representation.A JacksonStdNodeBasedDeserializer
extension forMessage
implementations. -
Classes in org.springframework.integration.support.json used by org.springframework.integration.transformerClassDescriptionStrategy interface to convert an Object to/from the JSON representation.