@Internal public static class ValueProvider.Deserializer extends JsonDeserializer<ValueProvider<?>> implements ContextualDeserializer
JsonDeserializer.None
Modifier and Type | Method and Description |
---|---|
JsonDeserializer<?> |
createContextual(DeserializationContext ctxt,
BeanProperty property) |
ValueProvider<?> |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializer
public JsonDeserializer<?> createContextual(DeserializationContext ctxt, BeanProperty property) throws JsonMappingException
createContextual
in interface ContextualDeserializer
JsonMappingException
public ValueProvider<?> deserialize(com.fasterxml.jackson.core.JsonParser jp, DeserializationContext ctxt) throws java.io.IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize
in class JsonDeserializer<ValueProvider<?>>
java.io.IOException
com.fasterxml.jackson.core.JsonProcessingException