jackson-module-scala
jackson-module-scala copied to clipboard
Support type visitability (for JSON Schema module) for Scala Collections, Maps, Option
(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.
Looks like it might be specific to collections types. This should be doable without much trouble, I'll look at it for 2.6.2.