FasterXML / FasterXML/jackson-module-jsonSchema
Kotlin null-ability
Open
- Dominant language
- Java
- Stars
- 387
- Forks
- 136
- PR merge metrics
- No merged PRs in 30d
Description
I`m trying to provide the JSON schema generation for Kotlin data classes/classes that have specific null-able behaviour:
`var string: String` - can't be null
`var string: String?` - can be null
Is there specified mechanism for recognizing this types? Or perhaps you plan any kind of support it in future.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.