You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Marat (Jira)" <ji...@apache.org> on 2019/08/21 10:15:00 UTC

[jira] [Created] (CXF-8094) Add a way to register additional classes in WadlGenerator

Marat created CXF-8094:
--------------------------

             Summary: Add a way to register additional classes in WadlGenerator
                 Key: CXF-8094
                 URL: https://issues.apache.org/jira/browse/CXF-8094
             Project: CXF
          Issue Type: Improvement
    Affects Versions: 3.3.2
            Reporter: Marat
         Attachments: WadlGenerator.java

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?



--
This message was sent by Atlassian Jira
(v8.3.2#803003)