Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataObject : Generate converter not only for public but also private package method (getter & setter)) #230

Open
aygalinc opened this issue Jan 8, 2019 · 2 comments · May be fixed by #264

Comments

@aygalinc
Copy link

aygalinc commented Jan 8, 2019

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

@adaussy
Copy link

adaussy commented Oct 30, 2019

I fully agree with you.

@adaussy
Copy link

adaussy commented Oct 31, 2019

I rebased your contribution to master in another pull request:

#283

Sorry I am not used to Github pull request mecanism so I did not know how to update this one. I'm more use to Gerrit ;).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants