Add optional support for a toString method to JAXB generated types
------------------------------------------------------------------
Key: CXF-787
URL: https://issues.apache.org/jira/browse/CXF-787
Project: CXF
Issue Type: New Feature
Components: Tooling
Affects Versions: 2.0.1
Reporter: Gary Tully
A toString that gives a string representation of the xml content is required
for generated JAXB types. This is an option that is available at code gen type,
when wsdl2java is used and the result is a toString method that will coaless
the content. A <null> string should be produced when a field in the type is
absent.
This is handy for debugging and for logging.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.