Class JsonNodeWrapperToJsonNodeConverter

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

@Deprecated(forRemoval=true, since="7.0") public class JsonNodeWrapperToJsonNodeConverter extends Object implements GenericConverter
Deprecated, for removal: This API element is subject to removal in a future version.
Since 7.0 in favor of JsonNodeWrapperConverter for Jackson 3.
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
  • Constructor Details

    • JsonNodeWrapperToJsonNodeConverter

      public JsonNodeWrapperToJsonNodeConverter()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details