Moran Lefler

Results 1 issues of Moran Lefler

It seems that the Jackson module ignores Jackson annotations in my Kotlin code, e.g.: ```kotlin data class TestNamedProperty( @JsonProperty("my_text") val text: String) ``` The generator generates a schema with the...