swagger-api / swagger-core

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API
http://swagger.io
Apache License 2.0
7.36k stars 2.17k forks source link

JAXBElement is not introspeced #2125

Open smil2k opened 7 years ago

smil2k commented 7 years ago

Rest endpoint defined JAXBElement:

public JAXBElement < Response > getData(JAXBElement < Request > req) { return data; }

The APIs containing these are ignored by the jaxrs swagger generator. They just not appear, the path and the model both skipped.

smil2k commented 7 years ago

Related: #929