Describe the bug
Jackson doesn't see builder methods in a companion object unless they are annotate with @JvmStatic.
To Reproduce
PR with repro test #354
Expected behavior
Jackson should find @JsonCreator-annotated methods on companion objects.
Versions
Kotlin:
Jackson-module-kotlin: 2.11.2
Jackson-databind: 2.11.2
Describe the bug
Jackson doesn't see builder methods in a companion object unless they are annotate with
@JvmStatic.To Reproduce
PR with repro test #354
Expected behavior
Jackson should find
@JsonCreator-annotated methods on companion objects.Versions
Kotlin:
Jackson-module-kotlin: 2.11.2
Jackson-databind: 2.11.2