I have a field named private String aField, and I use @Getter on it. when i deserialize the object(use jackson) from json "{"aField":"123"}",I can NOT get the field value correctly.
Is there any doc or JSR lead to that feature?
I'm using lombok 1.18.38 and jackson 2.11.3