FasterXML / FasterXML/jackson-module-scala
Support type visitability (for JSON Schema module) for Scala Collections, Maps, Option
Open
Visibility
- Dominant language
- Scala
- Stars
- 506
- Forks
- 138
- Avg merge
- 3h 6m
- Merged PRs (30d)
- 48
Description
(note: copied from https://github.com/FasterXML/jackson-module-jsonSchema/issues/71)
Looks like Scala types may not (fully?) support visitability, to allow things like JSON Schema generation.
Adding support is relatively easy, as it only requires implementation of method `acceptJsonFormatVisitor(...)` from `JsonSerializer`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.