sdaschner / jaxrs-analyzer

Creates REST documentation for JAX-RS projects
Apache License 2.0
319 stars 101 forks source link

@FormParam annotations ignored #119

Open olejnikm opened 7 years ago

olejnikm commented 7 years ago

Having field in response class like below:

@FormParam("grant_type") private String grantType;

Should return "grant_type" in json as a property but it returns the field name instead.