Uses of Class
io.muserver.openapi.OperationObject
-
Packages that use OperationObject 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 OperationObject in io.muserver.openapi
Methods in io.muserver.openapi that return OperationObject Modifier and Type Method Description OperationObject
OperationObjectBuilder. build()
Methods in io.muserver.openapi that return types with arguments of type OperationObject Modifier and Type Method Description java.util.Map<java.lang.String,OperationObject>
PathItemObject. operations()
java.util.Map<java.lang.String,OperationObject>
PathItemObjectBuilder. operations()
Methods in io.muserver.openapi with parameters of type OperationObject Modifier and Type Method Description static OperationObjectBuilder
OperationObjectBuilder. builderFrom(OperationObject operation)
Creates a builder from the given operation objectMethod parameters in io.muserver.openapi with type arguments of type OperationObject Modifier and Type Method Description PathItemObjectBuilder
PathItemObjectBuilder. withOperations(java.util.Map<java.lang.String,OperationObject> operations)
-