Details
Description
Sometimes, I wan't to generate a schema for java classes that wasn't presenter in input/output model of my service.
For example, If I return a POJO object with a some fields of Object type. I can't use any annotations or configuration in design time, because I want to generate types for this fields in runtime and I want to register this classes in WADL generation to have a full schema.
It is very simple to implement. What do you think?
Attachments
Attachments
Issue Links
- links to