Use `MethodHandle` in processing related to `value class` by k163377 · Pull Request #1018 · FasterXML/jackson-module-kotlin
Background To seamless handling of value classes with Jackson, reflection is heavily used in the related processing. In many cases, multiple reflective calls are performed in sequence. For example,...