Tatu Saloranta
Tatu Saloranta
Yes, but my understanding is that Bean specification would only consider boolean/Boolean valued is getters. But if you or anyone else have link(s) to different interpretation would be happy to...
@viartemev I do not remember having this request for Java or Scala. The reason I mention `MapperFeature` is simply as an easy integration point to let Kotlin module (or possibly...
Wrong repo, will transfer to Kotlin module.
Kotlin-specific (unless proven not to be, with java-only reproduction), transferred.
@hiddewie Would it be easy as a next step to change classes to be plain Java? If so, I could then produce on databind side. One relevant thing here is...
Is this with Kotlin? If so, the right project is `jackson-module-kotlin`, not `jackson-databind` -- I can transfer but want to make sure first. Kotlin's logic for "is propeties" differs from...
@sudo-nan0-RaySK I don't think this should be the case, unless Kotlin module is registered. If it does occur, this would belong here, but for now I assume it is Kotlin-MODULE...
I don't know this well enough to give much input but explanation for moshi-metadata does sound compelling. Main question would just be how likely this would be to cause issues;...
Note that although I hope to speed up progress towards 2.13, that is not to say there isn't time to do bigger things just due to that timeline. I try...
I wish I remembered original thinking on precedence of `@JsonCreator` for static factory method vs constructor, but I do not remember it. At this point the answer is "whatever jackson-databind...