2015-08-24 07:33:26 +00:00
|
|
|
controllerPackage: io.swagger.handler
|
|
|
|
modelPackage: io.swagger.model
|
2015-11-30 18:24:15 +00:00
|
|
|
swaggerUrl: ./src/main/swagger/swagger.yaml
|
2015-08-24 07:33:26 +00:00
|
|
|
modelMappings:
|
2016-04-15 09:55:40 +00:00
|
|
|
# to enable explicit mappings, use this syntax:
|
|
|
|
DefinitionFromSwaggerSpecification: fully.qualified.path.to.Model
|
|
|
|
ApiResponse : io.swagger.model.ApiResponse
|
|
|
|
Category : io.swagger.model.Category
|
|
|
|
Order : io.swagger.model.Order
|
|
|
|
Pet : io.swagger.model.Pet
|
|
|
|
Tag : io.swagger.model.Tag
|
|
|
|
User : io.swagger.model.User
|
|
|
|
|
2015-11-30 18:24:15 +00:00
|
|
|
entityProcessors:
|
|
|
|
- json
|
|
|
|
- xml
|
|
|
|
- yaml
|