-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Allow using @XmlValue together with @Accessor/@AccessType #1083
Comments
Well, in XML all those spaces have a meaning, so trimming them would be a HUGE bc break, and also not compliant to XML specs |
adding an option |
I'm not asking to trim the values, I'm wondering whether it would be possible to use the |
So you are saying that |
Looks like this is already covered by tests:
I'll take another look, closing for now! |
Works like a charm, not sure what I was doing wrong! |
👍 |
Steps required to reproduce the problem
Use
jms/serializer:1.5.0
.Have XML which cannot be controlled
Expected Result
Actual Result
💡 It's of course possible to solve this using something like
but I think it would be nice not having to add another method for this.
What do you think?
The text was updated successfully, but these errors were encountered: