Uses of Interface
org.springframework.integration.support.json.JsonInboundMessageMapper.JsonMessageParser
-
Uses of JsonInboundMessageMapper.JsonMessageParser in org.springframework.integration.support.json
Modifier and TypeClassDescriptionclass
JsonInboundMessageMapper.JsonMessageParser
implementation that parses JSON messages and builds aMessage
with the specified payload type from providedJsonInboundMessageMapper
.Modifier and TypeMethodDescriptionJsonInboundMessageMapper.readHeaders
(JsonInboundMessageMapper.JsonMessageParser<?> parser, String jsonMessage) protected Object
JsonInboundMessageMapper.readPayload
(JsonInboundMessageMapper.JsonMessageParser<?> parser, String jsonMessage) ModifierConstructorDescriptionJsonInboundMessageMapper
(Class<?> payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser) JsonInboundMessageMapper
(Type payloadType, JsonInboundMessageMapper.JsonMessageParser<?> messageParser)