Uses of Class
io.swagger.models.Path
-
Packages that use Path Package Description io.swagger.models -
-
Uses of Path in io.swagger.models
Subclasses of Path in io.swagger.models Modifier and Type Class Description classRefPathCreated by Helmsdown on 7/8/15.Fields in io.swagger.models with type parameters of type Path Modifier and Type Field Description protected Map<String,Path>Swagger. pathsMethods in io.swagger.models that return Path Modifier and Type Method Description PathPath. delete(Operation delete)PathPath. get(Operation get)PathSwagger. getPath(String path)PathPath. head(Operation head)PathPath. options(Operation options)PathPath. patch(Operation patch)PathPath. post(Operation post)PathPath. put(Operation put)PathPath. set(String method, Operation op)Methods in io.swagger.models that return types with arguments of type Path Modifier and Type Method Description Map<String,Path>Swagger. getPaths()Methods in io.swagger.models with parameters of type Path Modifier and Type Method Description SwaggerSwagger. path(String key, Path path)Method parameters in io.swagger.models with type arguments of type Path Modifier and Type Method Description SwaggerSwagger. paths(Map<String,Path> paths)voidSwagger. setPaths(Map<String,Path> paths)
-