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
JsonInboundMessageMapper.JsonMessageParser
implementation that parses JSON messages and builds aMessage
with the specified payload type from providedJsonInboundMessageMapper
.Methods in org.springframework.integration.support.json with parameters of type JsonInboundMessageMapper.JsonMessageParserModifier and TypeMethodDescriptionJsonInboundMessageMapper.readHeaders
(JsonInboundMessageMapper.JsonMessageParser<?> parser, String jsonMessage) protected 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)