Interface JsonInboundMessageMapper.JsonMessageParser<P>
- All Known Implementing Classes:
Jackson2JsonMessageParser
- Enclosing class:
JsonInboundMessageMapper
public static interface JsonInboundMessageMapper.JsonMessageParser<P>
- Since:
- 2.0
- Author:
- Jeremy Grelle, Oleg Zhurakousky, Mark Fisher, Artem Bilan, Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptionMessage
<?> doInParser
(JsonInboundMessageMapper messageMapper, String jsonMessage, Map<String, Object> headers)
-
Method Details
-
doInParser
-