Uses of Class
io.muserver.openapi.PathItemObject
-
Packages that use PathItemObject 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 PathItemObject in io.muserver.openapi
Fields in io.muserver.openapi with type parameters of type PathItemObject Modifier and Type Field Description java.util.Map<java.lang.String,PathItemObject>
PathsObject. pathItemObjects
Deprecated.usePathsObject.pathItemObjects()
insteadMethods in io.muserver.openapi that return PathItemObject Modifier and Type Method Description PathItemObject
PathItemObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type PathItemObject Modifier and Type Method Description java.util.Map<java.lang.String,PathItemObject>
CallbackObject. callbacks()
java.util.Map<java.lang.String,PathItemObject>
PathsObject. pathItemObjects()
Method parameters in io.muserver.openapi with type arguments of type PathItemObject Modifier and Type Method Description CallbackObjectBuilder
CallbackObjectBuilder. withCallbacks(java.util.Map<java.lang.String,PathItemObject> callbacks)
PathsObjectBuilder
PathsObjectBuilder. withPathItemObjects(java.util.Map<java.lang.String,PathItemObject> pathItemObjects)
-