]
Dmitrii Bocharov updated JBIDE-13581:
-------------------------------------
Fix Version/s: 4.5.x
(was: 4.4.x)
Generate DTO with @Xml annotations from given POJO for the XML/JSON
Mediatypes
------------------------------------------------------------------------------
Key: JBIDE-13581
URL:
https://issues.jboss.org/browse/JBIDE-13581
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: webservices
Affects Versions: 4.0.0.Final
Reporter: Xavier Coulon
Assignee: Xavier Coulon
Labels: jax-rs
Fix For: 4.5.x
use-case is:
- if a user does not want to expose directly its entities, he needs to provide some DTOs
with @javax.xml.bind.annotation.XmlRootElement annotation (so that the JAX-RS runtime can
unmarshall/marshall the request and response bodies).
These DTOs coding could be automated by a wizard which would let the user select the POJO
fields and choose his prefered annotation style (field vs method) and output package