Searched refs:readPropertyValue (Results 1 – 3 of 3) sorted by relevance
919 …public <T> T readPropertyValue(JsonParser p, BeanProperty prop, Class<T> type) throws IOException { in readPropertyValue() method in DeserializationContext920 return readPropertyValue(p, prop, getTypeFactory().constructType(type)); in readPropertyValue()927 …public <T> T readPropertyValue(JsonParser p, BeanProperty prop, JavaType type) throws IOException { in readPropertyValue() method in DeserializationContext
178 Object ob = ctxt.readPropertyValue(p, prop, Bean375Inner.class); in deserialize()
1593 #375: Add `readValue()`/`readPropertyValue()` methods in `DeserializationContext`