jackson-module-scala icon indicating copy to clipboard operation
jackson-module-scala copied to clipboard

Support type visitability (for JSON Schema module) for Scala Collections, Maps, Option

Open cowtowncoder opened this issue 10 years ago • 1 comments

(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.

cowtowncoder avatar Sep 14 '15 23:09 cowtowncoder

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.

christophercurrie avatar Sep 15 '15 16:09 christophercurrie