Uses of Class
io.swagger.v3.oas.models.Paths
-
Packages that use Paths Package Description io.swagger.v3.oas.models -
-
Uses of Paths in io.swagger.v3.oas.models
Methods in io.swagger.v3.oas.models that return Paths Modifier and Type Method Description PathsPaths. addPathItem(String name, PathItem item)PathsPaths. extensions(Map<String,Object> extensions)PathsOpenAPI. getPaths()returns the paths property from a OpenAPI instance.Methods in io.swagger.v3.oas.models with parameters of type Paths Modifier and Type Method Description OpenAPIOpenAPI. paths(Paths paths)voidOpenAPI. setPaths(Paths paths)
-