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
Generate Lenses for all generated classes in the XSD. #292
Conversation
Thanks for the contribution. This looks cool. scalaxb/project/dependencies.scala Lines 37 to 44 in 32b5a77
|
…ase class because they don't have a copy method
I am struggling a bit with the test because apparently case classes with repeated parameters don't have copy methods. Which makes it a lot harder to write Lenses. |
The vararg thing is a bit of a cheesy feature, so I don't mind that being optional feature. |
related to : use Seq instead of varargs #201 |
Hello, I have added parametrization but one the test (Wsdl11Soap11Test) is failing but was failing before I started coding... Thanks! |
Hi ! |
LGTM. Do you want to add anything else before I merge? |
Nope, I cannot think of anything else... Thanks
|
Generate Lenses for all generated classes in the XSD.
Merged. Thanks for your contribution. |
We would like scalaxb to generate Lenses for all objects in the XSD.
This way, manipulating the XML graph is a lot more beautiful. (and you can use the completion to access the lens.)
We use scalaz Lenses.
This feature is optional.