Class Jackson2JsonMessageParser

java.lang.Object
org.springframework.integration.support.json.Jackson2JsonMessageParser
All Implemented Interfaces:
Aware, BeanFactoryAware, JsonInboundMessageMapper.JsonMessageParser<com.fasterxml.jackson.core.JsonParser>

public class Jackson2JsonMessageParser extends Object
JsonInboundMessageMapper.JsonMessageParser implementation that parses JSON messages and builds a Message with the specified payload type from provided JsonInboundMessageMapper. Uses Jackson 2 JSON-processor (@link https://github.com/FasterXML).
Since:
3.0
Author:
Artem Bilan, Gary Russell