Class JsonNodeWrapperToJsonNodeConverter

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

public class JsonNodeWrapperToJsonNodeConverter extends Object implements GenericConverter
The Converter implementation for the conversion of JsonPropertyAccessor.JsonNodeWrapper to JsonNode, when the JsonPropertyAccessor.JsonNodeWrapper can be a result of the expression for JSON in case of the JsonPropertyAccessor usage.
Since:
5.5
Author:
Pierre Lakreb, Artem Bilan