Class JsonNodeWrapperConverter
java.lang.Object
org.springframework.integration.json.JsonNodeWrapperConverter
- All Implemented Interfaces:
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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
GenericConverter.ConvertiblePair
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable Object
convert
(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType)
-
Constructor Details
-
JsonNodeWrapperConverter
public JsonNodeWrapperConverter()
-
-
Method Details
-
getConvertibleTypes
- Specified by:
getConvertibleTypes
in interfaceGenericConverter
-
convert
public @Nullable Object convert(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType) - Specified by:
convert
in interfaceGenericConverter
-