@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(JsonParser jp,
DeserializationContext ctxt) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializer
public JsonDeserializer<?> createContextual(DeserializationContext ctxt, BeanProperty property) throws JsonMappingException
createContextual
in interface ContextualDeserializer
JsonMappingException
public ValueProvider<?> deserialize(JsonParser jp, DeserializationContext ctxt) throws java.io.IOException, JsonProcessingException
deserialize
in class JsonDeserializer<ValueProvider<?>>
java.io.IOException
JsonProcessingException