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 Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
GenericConverter.ConvertiblePair
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@Nullable Object
convert
(@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
-
JsonNodeWrapperToJsonNodeConverter
public JsonNodeWrapperToJsonNodeConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getConvertibleTypes
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getConvertibleTypes
in interfaceGenericConverter
-
convert
public @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:
convert
in interfaceGenericConverter
-
JsonNodeWrapperConverter
for Jackson 3.