[jboss-jira] [JBoss JIRA] (WFCORE-4625) Expose a util method for standard marshalling of xml element content
Brian Stansberry (Jira)
issues at jboss.org
Sun Aug 25 18:26:00 EDT 2019
Brian Stansberry created WFCORE-4625:
----------------------------------------
Summary: Expose a util method for standard marshalling of xml element content
Key: WFCORE-4625
URL: https://issues.jboss.org/browse/WFCORE-4625
Project: WildFly Core
Issue Type: Enhancement
Components: Management
Reporter: Brian Stansberry
Assignee: Brian Stansberry
Staxmappers' XMLElementWriter.writeCharacters(String) puts content on a new line. But DefaultAttributeMarshaller ensures this is only called if the content includes a newline; otherwise it uses a different method that keeps the content inline with the containing element.
Expose the DefaultAttributeMarshaller behavior so other attribute marshallers can use it.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the jboss-jira
mailing list