You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: