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

Better constructor support #25

Closed
AndrewReitz opened this issue Feb 19, 2015 · 1 comment
Closed

Better constructor support #25

AndrewReitz opened this issue Feb 19, 2015 · 1 comment

Comments

@AndrewReitz
Copy link
Owner

Currently shillelagh will pass in null for each parameter of the constructor. This is works great if there are no constraint checks, but if there are you will need to either provide an empty constructor or remove the constraints.

There is probably a better way of doing this, like how gson or objenesis does it.

@AndrewReitz
Copy link
Owner Author

#27

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

No branches or pull requests

1 participant