Class JsonNodeWrapperConverter

java.lang.Object
org.springframework.integration.json.JsonNodeWrapperConverter
All Implemented Interfaces:
GenericConverter

public class JsonNodeWrapperConverter extends Object implements GenericConverter
The Converter implementation for the conversion of JacksonPropertyAccessor.JsonNodeWrapper to JsonNode, when the JacksonPropertyAccessor.JsonNodeWrapper can be a result of the expression for JSON in case of the JacksonPropertyAccessor usage.
Since:
7.0
Author:
Jooyoung Pyoung