Uses of Class
io.muserver.openapi.ResponsesObject
-
Packages that use ResponsesObject 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 ResponsesObject in io.muserver.openapi
Methods in io.muserver.openapi that return ResponsesObject Modifier and Type Method Description ResponsesObjectResponsesObjectBuilder. build()ResponsesObjectOperationObject. responses()Methods in io.muserver.openapi with parameters of type ResponsesObject Modifier and Type Method Description static ResponsesObjectBuilderResponsesObjectBuilder. mergeResponses(ResponsesObject primary, ResponsesObject secondary)Creates a new build by merging two exising responsesOperationObjectBuilderOperationObjectBuilder. withResponses(ResponsesObject responses)
-