- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 229
Can not use @JacksonXmlText
for Creator property (creator parameter)
#306
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
Comments
I'm running into this too. Does anyone have a sensible workaround? |
I can reproduce this, and I think I know what is the underlying issue: Unfortunately name "el" is specified with I hope to look into how to make renaming work properly in near future; added a failing test to help when I have time to do so. |
@JacksonXmlText
for Creator property (creator parameter)
I think I am also having this issue. I made a small project reproducing the problem relevant to my use case: https://github.com/Chesterdam/jackson_xml_problem |
(Refiling after wrong post in jackson-module-base #57)
See this test case:
verifyJacksonXmlTextIsUnmarshalled()
fails.verifyJacksonXmlTextIsUnmarshalledWithoutConstructor()
succeeds.The text was updated successfully, but these errors were encountered: