Uses of Class
io.muserver.openapi.PathItemObjectBuilder
-
Packages that use PathItemObjectBuilder 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 PathItemObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return PathItemObjectBuilder Modifier and Type Method Description static PathItemObjectBuilderPathItemObjectBuilder. pathItemObject()Creates a builder for aPathItemObjectPathItemObjectBuilderPathItemObjectBuilder. withDescription(java.lang.String description)PathItemObjectBuilderPathItemObjectBuilder. withOperations(java.util.Map<java.lang.String,OperationObject> operations)PathItemObjectBuilderPathItemObjectBuilder. withParameters(java.util.List<ParameterObject> parameters)PathItemObjectBuilderPathItemObjectBuilder. withServers(java.util.List<ServerObject> servers)PathItemObjectBuilderPathItemObjectBuilder. withSummary(java.lang.String summary)
-