Uses of Interface
org.springframework.integration.support.json.JsonInboundMessageMapper.JsonMessageParser
Packages that use JsonInboundMessageMapper.JsonMessageParser
-
Uses of JsonInboundMessageMapper.JsonMessageParser in org.springframework.integration.support.json
Classes in org.springframework.integration.support.json that implement JsonInboundMessageMapper.JsonMessageParserModifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.class
JsonInboundMessageMapper.JsonMessageParser
implementation that parses JSON messages and builds aMessage
with the specified payload type from providedJsonInboundMessageMapper
.Subclasses with type arguments of type JsonInboundMessageMapper.JsonMessageParser in org.springframework.integration.support.jsonModifier and TypeClassDescriptionclass
InboundMessageMapper
implementation that maps incoming JSON messages to aMessage
with the specified payload type.Methods in org.springframework.integration.support.json with parameters of type JsonInboundMessageMapper.JsonMessageParserModifier and TypeMethodDescriptionJsonInboundMessageMapper.readHeaders
(JsonInboundMessageMapper.JsonMessageParser<?> parser, String jsonMessage) protected @Nullable Object
JsonInboundMessageMapper.readPayload
(JsonInboundMessageMapper.JsonMessageParser<?> parser, String jsonMessage) Constructors in org.springframework.integration.support.json with parameters of type JsonInboundMessageMapper.JsonMessageParserModifierConstructorDescriptionJsonInboundMessageMapper
(Class<?> payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser) JsonInboundMessageMapper
(Type payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser)
JacksonJsonMessageParser
for Jackson 3.