Package | Description |
---|---|
org.springframework.integration.ip.tcp.serializer |
Byte array (de)serializers for putting some protocol on the
wire so that incoming messages can be constructed from stream data.
|
org.springframework.integration.json |
Provides classes supporting JSON in Spring Integration.
|
org.springframework.integration.support.json |
Provides classes supporting json.
|
Modifier and Type | Method and Description |
---|---|
void |
MapJsonSerializer.setJsonObjectMapper(JsonObjectMapper<?> jsonObjectMapper)
An
JsonObjectMapper to be used for the conversion to/from
JSON. |
Constructor and Description |
---|
JsonToObjectTransformer(Class<?> targetClass,
JsonObjectMapper<?> jsonObjectMapper) |
JsonToObjectTransformer(JsonObjectMapper<?> jsonObjectMapper) |
ObjectToJsonTransformer(JsonObjectMapper<?> jsonObjectMapper) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJacksonJsonObjectMapper<P,J>
Base class for Jackson
JsonObjectMapper implementations. |
class |
Jackson2JsonObjectMapper
Jackson 2 JSON-processor (@link https://github.com/FasterXML) JsonObjectMapper implementation.
|
class |
JacksonJsonObjectMapper
Jackson JSON-processor (@link http://jackson.codehaus.org) JsonObjectMapper implementation.
|
class |
JsonObjectMapperAdapter<P>
Simple JsonObjectMapper adapter implementation, if there is no need
to provide entire operations implementation.
|
Modifier and Type | Method and Description |
---|---|
static JsonObjectMapper<?> |
JacksonJsonObjectMapperProvider.newInstance() |
Constructor and Description |
---|
JsonOutboundMessageMapper(JsonObjectMapper<?> jsonObjectMapper) |
Copyright © 2016. All rights reserved.