With the popularity of Java frameworks that enable native images rising (Quarkus, Micronaut, Helidon, Spring Boot, etc.), minimizing reflection is becoming a best practice.
JSON parsers like https://github.com/square/moshi/#codegen and https://github.com/ngs-doo/dsl-json#java8-annotation-processor can remove or minimize run-time reflection by utilizing code generation. Is there an interest in supporting the same feature in Jackson? I am assuming that https://github.com/FasterXML/jackson-docs/wiki/Presentation:-Jackson-Performance#compatible-easy-afterburner does something similar but again at run-time. Thanks! -- You received this message because you are subscribed to the Google Groups "jackson-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jackson-user/6486cd3f-6162-4a87-a89d-66da9c1a1c5f%40googlegroups.com.
