Hi,
I notice in the generated JsonObjectConverter that convertion generation is done by using only public getter and setter. if i want a design where my data Object are close as possible to Immutable Object, i want to keep my setter methods private package. Do you think that code generation can use this method ?
Regards