mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
17 lines
487 B
YAML
17 lines
487 B
YAML
controllerPackage: io.swagger.handler
|
|
modelPackage: io.swagger.model
|
|
swaggerUrl: ./src/main/swagger/swagger.yaml
|
|
modelMappings:
|
|
# 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
|
|
|
|
entityProcessors:
|
|
- json
|
|
- xml
|
|
- yaml |