Hey, i’m mapping my enum objects with `JsonPropert...
# jackson-kotlin
g
Hey, i’m mapping my enum objects with
JsonProperty
and if the value is not mapped it gives a
Can not deserealize value of type…
. Is there a way around without a specific
JsonDeserialize
or
JsonCreator
?