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 PathsObject
PathsObjectBuilder. build()
PathsObject
OpenAPIObject. paths()
Methods in io.muserver.openapi with parameters of type PathsObject Modifier and Type Method Description OpenAPIObjectBuilder
OpenAPIObjectBuilder. withPaths(PathsObject paths)
-