Add FunctionalScalarDeserializer for functional-style deserialization by jhan0121 · Pull Request #5595 · FasterXML/jackson-databind (original) (raw)
Add functional-style deserializer extending StdScalarDeserializer that allows using Function<String, T> or BiFunction<JsonParser, DeserializationContext, T> for simple scalar-to-object conversions.
added the cla-needed
PR looks good (although may also require code review), but CLA needed from submitter
label
cowtowncoder added cla-received
PR already covered by CLA (optional label)
and removed cla-needed
PR looks good (although may also require code review), but CLA needed from submitter
labels
cowtowncoder changed the title
Implement #4004: Add FunctionalScalarDeserializer for functional-style deserialization Add FunctionalScalarDeserializer for functional-style deserialization
…ckson-databind into 4004-functional-deserializer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})