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

Changed SetterAndFieldFixtueMapper so it can set private fields of super-classes without setter available. #30

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Wyrda1992
Copy link

It was not possible to create an object with a private field without setter in the superclass.

We need this in our project, because we have classes that were automatically generated by cxf. They only have getter and no setter in lists.

I added the test-case testPrivateSimpleChildObjectMapping in FixtureValueFieldMapperTest.java

@coveralls
Copy link

coveralls commented Feb 11, 2019

Coverage Status

Coverage decreased (-0.2%) to 86.456% when pulling 3dea2aa on Wyrda1992:master into 5c00d9b on keepcosmos:master.

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

Successfully merging this pull request may close these issues.

None yet

2 participants