JacksonConverterRegistrar
@Deprecated public class JsonNodeToObjectConverter extends java.lang.Object implements TypeConverter<com.fasterxml.jackson.databind.JsonNode,java.lang.Object>
Constructor and Description |
---|
JsonNodeToObjectConverter(javax.inject.Provider<com.fasterxml.jackson.databind.ObjectMapper> objectMapper)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.lang.Object> |
convert(com.fasterxml.jackson.databind.JsonNode node,
java.lang.Class<java.lang.Object> targetType,
ConversionContext context)
Deprecated.
Converts from the given source object type to the target type.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
convert, of
public JsonNodeToObjectConverter(javax.inject.Provider<com.fasterxml.jackson.databind.ObjectMapper> objectMapper)
objectMapper
- To read/write JSONpublic java.util.Optional<java.lang.Object> convert(com.fasterxml.jackson.databind.JsonNode node, java.lang.Class<java.lang.Object> targetType, ConversionContext context)
TypeConverter
Optional.empty()
in case the object is not convertible by catching any necessary exceptions and failing gracefully.convert
in interface TypeConverter<com.fasterxml.jackson.databind.JsonNode,java.lang.Object>
node
- The object typetargetType
- The target type being converted tocontext
- The ConversionContext