Uses of Class
io.muserver.openapi.PathsObject
-
Packages that use PathsObject Package Description io.muserver.openapi A model of the Open API spec, which is used internally when creating documentation for JAX-RS services. -
-
Uses of PathsObject in io.muserver.openapi
Methods in io.muserver.openapi that return PathsObject Modifier and Type Method Description PathsObjectPathsObjectBuilder. build()PathsObjectOpenAPIObject. paths()Methods in io.muserver.openapi with parameters of type PathsObject Modifier and Type Method Description OpenAPIObjectBuilderOpenAPIObjectBuilder. withPaths(PathsObject paths)
-