Package | Description |
---|---|
io.swagger.models |
Modifier and Type | Class and Description |
---|---|
class |
RefPath
Created by Helmsdown on 7/8/15.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Path> |
Swagger.paths |
Modifier and Type | Method and Description |
---|---|
Path |
Path.delete(Operation delete) |
Path |
Path.get(Operation get) |
Path |
Swagger.getPath(String path) |
Path |
Path.head(Operation head) |
Path |
Path.options(Operation options) |
Path |
Path.patch(Operation patch) |
Path |
Path.post(Operation post) |
Path |
Path.put(Operation put) |
Path |
Path.set(String method,
Operation op) |
Modifier and Type | Method and Description |
---|---|
Map<String,Path> |
Swagger.getPaths() |
Modifier and Type | Method and Description |
---|---|
Swagger |
Swagger.path(String key,
Path path) |
Modifier and Type | Method and Description |
---|---|
Swagger |
Swagger.paths(Map<String,Path> paths) |
void |
Swagger.setPaths(Map<String,Path> paths) |
Copyright © 2019. All Rights Reserved.