Community
Participate
Working Groups
Looking at classes extending XmlValueBindingImpl, certain repeating code blocks have emerged. Adding protected convenience methods around these code blocks would simplify value binding implementations. Pattern: element().adapt( XmlResource.class ).getXmlElement( createIfNecessary ) Proposed Method: XmlElement xml( boolean createIfNecessary ) Pattern: element().adapt( XmlResource.class ) Proposed Method: XmlResource resource()
Implemented.
Verify convenience methods.