@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, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic JsonDeserializer<?> createContextual(DeserializationContext ctxt, BeanProperty property) throws JsonMappingException
createContextual in interface ContextualDeserializerJsonMappingExceptionpublic 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.IOExceptioncom.fasterxml.jackson.core.JsonProcessingException