swagger-api/swagger-codegen

[Java] Support enums in path params

Open

#2,282 opened on Feb 29, 2016

View on GitHub
 (0 comments) (1 reaction) (0 assignees)HTML (12,701 stars) (5,474 forks)batch import
Client: JavaEnhancement: FeatureFeature: Enumhelp wanted

Description

Similar to #1347, it would be good to also add support of enums in path parameters.

One additional requirement: It would be good if multiple query and/or path parameters actually reference the same enumeration, that only one enumeration is generated and is then being referenced from all places where it was defined.

Contributor guide