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

Kotlin null-ability

Open mykolapolonskyi opened this issue 7 years ago • 4 comments

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.

mykolapolonskyi avatar Sep 19 '16 08:09 mykolapolonskyi