FasterXML / FasterXML/jackson-module-jsonSchema
Optional Support
Open
testcase-needed
- Dominant language
- Java
- Stars
- 387
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
Would be great if there was a way to configure this to serialize / deserialize json schema fields using Java 8 Optionals, so that fields of type T with required=false are deserialized to Optional and fields with required=true are deserialized to T rather than needing to use @JsonAttribute annotations.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.