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.
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
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverterGenericConverter.ConvertiblePair
- 
Constructor SummaryConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
- 
Method SummaryModifier and TypeMethodDescription@Nullable Objectconvert(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
- 
Constructor Details- 
JsonNodeWrapperToJsonNodeConverterpublic JsonNodeWrapperToJsonNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.
 
- 
- 
Method Details- 
getConvertibleTypesDeprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- getConvertibleTypesin interface- GenericConverter
 
- 
convertpublic @Nullable Object convert(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- convertin interface- GenericConverter
 
 
- 
JsonNodeWrapperConverterfor Jackson 3.