Uses of Class
io.muserver.openapi.PathsObjectBuilder
-
Packages that use PathsObjectBuilder 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 PathsObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return PathsObjectBuilder Modifier and Type Method Description static PathsObjectBuilder
PathsObjectBuilder. pathsObject()
Creates a builder for aPathsObject
PathsObjectBuilder
PathsObjectBuilder. withPathItemObjects(java.util.Map<java.lang.String,PathItemObject> pathItemObjects)
-