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 SummaryNested classes/interfaces inherited from interface org.springframework.core.convert.converter.GenericConverterGenericConverter.ConvertiblePair
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription@Nullable Objectconvert(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType) 
- 
Constructor Details- 
JsonNodeWrapperConverterpublic JsonNodeWrapperConverter()
 
- 
- 
Method Details- 
getConvertibleTypes- Specified by:
- getConvertibleTypesin interface- GenericConverter
 
- 
convertpublic @Nullable Object convert(@Nullable Object source, TypeDescriptor sourceType, TypeDescriptor targetType) - Specified by:
- convertin interface- GenericConverter
 
 
-