FasterXML / FasterXML/jackson-module-kotlin
Replace bits of KotlinNamesAnnotationIntrospector with AccessorNamingStrategy
Open
enhancement
- Dominant language
- Kotlin
- Stars
- 1.2k
- Forks
- 187
- Avg merge
- 9h 48m
- Merged PRs (30d)
- 16
Description
We're doing some things in [KotlinNamesAnnotationIntrospector](https://github.com/FasterXML/jackson-module-kotlin/blob/2.12/src/main/kotlin/com/fasterxml/jackson/module/kotlin/KotlinNamesAnnotationIntrospector.kt) that would be better handled in the recently-introduced [AccessorNamingStrategy](https://github.com/FasterXML/jackson-databind/blob/2.12/src/main/java/com/fasterxml/jackson/databind/introspect/AccessorNamingStrategy.java) as [described in #356](https://github.com/FasterXML/jackson-module-kotlin/pull/383#issuecomment-708627043).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.