I am experimenting in combining Jackson and Lombok. Those are my classes:
package testelombok; import com.fasterxml
You need to have this module as well. https://github.com/FasterXML/jackson-modules-java8
then turn on -parameters flag for your compiler.
org.apache.maven.plugins maven-compiler-plugin 3.7.0 -parameters