swagger-maven-plugin Questions
3
Solved
I want to build the Swagger documentation for an existing set of RESTful APIs. I have the following requirement:
Generate Swagger Doc offline (I used http://kongchen.github.io/swagger-maven-plugi...
Ghost asked 1/9, 2015 at 20:54
6
Solved
I'm wondering how to document enums in swagger.
According to JavaDoc
The dataType. See the documentation for the supported datatypes. If the data type is a custom object, set it's name, or noth...
Coiffeur asked 29/5, 2014 at 14:45
1
Solved
Javadoc (via Maven) is giving me the following error in one my Java JAX-RS interface method signatures:
error: element value must be a constant expression
Here is my JAX-RS interface:
public in...
Mulligan asked 29/9, 2017 at 20:44
1
Solved
I have a simple endpoint I would like to process with the swagger-maven-plugin. The resulting swagger.conf doesn't reflect the correct "paths:" for the individual @ApiOperations. The root of the ap...
Unblock asked 11/4, 2016 at 18:34
2
I am using swagger to test my rest api, one of the property of my entity class is a date field for which I need the date in yyyy-mm-dd format , but swagger model schema is showing this field as dat...
Suppression asked 11/1, 2016 at 16:9
1
© 2022 - 2024 — McMap. All rights reserved.