openapi-generator/samples/server
Matan Rubin 5867728724 [JaxRS-CXF][bug #4330] support containers in return types (#4339)
* [JaxRS-CXF][bug #4330] support containers in return types

before this commit if a method returned a container (List or Map) of
THING (i.e. List<THING> or Map<String, THING>) the generated return type would
drop the container and only leave THING.
this commit fixes this issue such that the container type is properly
generated.

* regenerate jaxrs-cxf petstore sample
2016-12-14 13:58:56 +08:00
..
petstore [JaxRS-CXF][bug #4330] support containers in return types (#4339) 2016-12-14 13:58:56 +08:00
petstore-security-test Spelling fixes 2016-08-27 02:34:33 +03:00