-
-
Notifications
You must be signed in to change notification settings - Fork 240
@JacksonXmlElementWrapper as a @JsonCreator parameter not working #149
Copy link
Copy link
Closed
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issuepr-neededFeature request for which PR likely needed (no active development but idea is workable)Feature request for which PR likely needed (no active development but idea is workable)
Milestone
Metadata
Metadata
Assignees
Labels
has-failing-testIndicates that there exists a test case (under `failing/`) to reproduce the issueIndicates that there exists a test case (under `failing/`) to reproduce the issuepr-neededFeature request for which PR likely needed (no active development but idea is workable)Feature request for which PR likely needed (no active development but idea is workable)
Do you have a plan to make @JacksonXmlElementWrapper specifiable as a parameter?
I'm wondering to use Jackson-dataformat-XML to deserialize to a immutable class instance, but @JacksonXmlElementWrapper is not available as a @JsonCreator parameter. We do a similar approach for JSON by specifying @JsonProperty on @JsonCreator.
For example: