Add readValue()
/readPropertyValue()
methods in DeserializationContext
#375
Milestone
readValue()
/readPropertyValue()
methods in DeserializationContext
#375
In order to build a composite value deserializers, it would be nice to have convenience method for doing equivalent of:
and instead use
as a short-cut. This would also work for reading trees (type
JsonNode.class
).The text was updated successfully, but these errors were encountered: