Hi) I am using jackson-module-kotlin 2.9.8 Do you ...
# jackson-kotlin
m
Hi) I am using jackson-module-kotlin 2.9.8 Do you have a problem with serialization/deserialization of a Boolean field? If so then how do you fix it? I could fix it with @get:JsonProperty("isSomething") and @param:JsonProperty("isSomething") annotation. The problem is that I use openapi-generator-maven-plugin and it puts only @JsonProperty("isSomething")