swagger-api/swagger-codegen

[Java] Support enums in path params

Open

#2.282 aberto em 29 de fev. de 2016

Ver no GitHub
 (0 comments) (1 reaction) (0 assignees)HTML (5.474 forks)batch import
Client: JavaEnhancement: FeatureFeature: Enumhelp wanted

Métricas do repositório

Stars
 (12.701 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador