-
-
Notifications
You must be signed in to change notification settings - Fork 240
Allow custom prefixes for Namespaces #207
Copy link
Copy link
Closed
Labels
3.2adding-declarationsIssues related to adding non-content declarations to XML outputIssues related to adding non-content declarations to XML outputmost-wantedTag to indicate that there is heavy user +1'ing actionTag to indicate that there is heavy user +1'ing action
Milestone
Metadata
Metadata
Assignees
Labels
3.2adding-declarationsIssues related to adding non-content declarations to XML outputIssues related to adding non-content declarations to XML outputmost-wantedTag to indicate that there is heavy user +1'ing actionTag to indicate that there is heavy user +1'ing action
This code:
produces this xml when serialised:
This works, but I'm missing a way to specify the namespace prefix to use, so I could get
An additional argument to @JacksonXmlProperty would be the obvious way.