Uses of Class
io.muserver.openapi.OperationObjectBuilder
-
Packages that use OperationObjectBuilder 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 OperationObjectBuilder in io.muserver.openapi
Methods in io.muserver.openapi that return OperationObjectBuilder Modifier and Type Method Description static OperationObjectBuilder
OperationObjectBuilder. builderFrom(OperationObject operation)
Creates a builder from the given operation objectstatic OperationObjectBuilder
OperationObjectBuilder. operationObject()
Creates a builder for aOperationObject
OperationObjectBuilder
OperationObjectBuilder. withCallbacks(java.util.Map<java.lang.String,CallbackObject> callbacks)
OperationObjectBuilder
OperationObjectBuilder. withDeprecated(java.lang.Boolean deprecated)
OperationObjectBuilder
OperationObjectBuilder. withDescription(java.lang.String description)
OperationObjectBuilder
OperationObjectBuilder. withExternalDocs(ExternalDocumentationObject externalDocs)
OperationObjectBuilder
OperationObjectBuilder. withOperationId(java.lang.String operationId)
OperationObjectBuilder
OperationObjectBuilder. withParameters(java.util.List<ParameterObject> parameters)
OperationObjectBuilder
OperationObjectBuilder. withRequestBody(RequestBodyObject requestBody)
OperationObjectBuilder
OperationObjectBuilder. withResponses(ResponsesObject responses)
OperationObjectBuilder
OperationObjectBuilder. withSecurity(java.util.List<SecurityRequirementObject> security)
OperationObjectBuilder
OperationObjectBuilder. withServers(java.util.List<ServerObject> servers)
OperationObjectBuilder
OperationObjectBuilder. withSummary(java.lang.String summary)
OperationObjectBuilder
OperationObjectBuilder. withTags(java.util.List<java.lang.String> tags)
-