Class JsonNodeWrapperToJsonNodeConverter
java.lang.Object
org.springframework.integration.json.JsonNodeWrapperToJsonNodeConverter
- All Implemented Interfaces:
org.springframework.core.convert.converter.GenericConverter
public class JsonNodeWrapperToJsonNodeConverter
extends Object
implements org.springframework.core.convert.converter.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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverter
org.springframework.core.convert.converter.GenericConverter.ConvertiblePair -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonNodeWrapperToJsonNodeConverter
public JsonNodeWrapperToJsonNodeConverter()
-
-
Method Details
-
getConvertibleTypes
public Set<org.springframework.core.convert.converter.GenericConverter.ConvertiblePair> getConvertibleTypes()- Specified by:
getConvertibleTypesin interfaceorg.springframework.core.convert.converter.GenericConverter
-
convert
@Nullable public Object convert(@Nullable Object source, org.springframework.core.convert.TypeDescriptor sourceType, org.springframework.core.convert.TypeDescriptor targetType) - Specified by:
convertin interfaceorg.springframework.core.convert.converter.GenericConverter
-