Uses of Class
com.kingsrook.qqq.openapi.model.Method
Packages that use Method
Package
Description
The POJOs in this package represent a model of an OpenAPI spec file.
-
Uses of Method in com.kingsrook.qqq.middleware.javalin.specs
Methods in com.kingsrook.qqq.middleware.javalin.specs that return MethodModifier and TypeMethodDescriptionAbstractEndpointSpec.defineMethod()
CompleteOperation.getMethod()
Getter for methodMethods in com.kingsrook.qqq.middleware.javalin.specs with parameters of type MethodModifier and TypeMethodDescriptionprotected void
AbstractEndpointSpec.customizeMethod
(Method method) void
Setter for methodvoid
AbstractMiddlewareVersion.warnIfPathMethodAlreadyUsed
(Method existing, CompleteOperation completeOperation, AbstractEndpointSpec<?, ?, ?> spec) CompleteOperation.withMethod
(Method method) Fluent setter for method -
Uses of Method in com.kingsrook.qqq.openapi.model
Methods in com.kingsrook.qqq.openapi.model that return MethodModifier and TypeMethodDescriptionPath.getDelete()
Getter for deletePath.getGet()
Getter for getPath.getPatch()
Getter for patchPath.getPost()
Getter for postPath.getPut()
Getter for putMethod.withDescription
(String description) Fluent setter for descriptionMethod.withMethod
(String method) Fluent setter for methodMethod.withOperationId
(String operationId) Fluent setter for operationIdMethod.withParameters
(List<Parameter> parameters) Fluent setter for parametersMethod.withRequestBody
(RequestBody requestBody) Fluent setter for requestBodyMethod.withResponse
(Integer code, Response response) Method.withResponses
(Map<Integer, Response> responses) Fluent setter for responsesFluent setter for securityMethod.withSummary
(String summary) Fluent setter for summaryFluent setter for tagsFluent setter for tagsMethods in com.kingsrook.qqq.openapi.model with parameters of type MethodModifier and TypeMethodDescriptionvoid
Setter for deletevoid
Setter for getvoid
Setter for patchvoid
Setter for postvoid
Setter for putPath.withDelete
(Method delete) Fluent setter for deleteFluent setter for getFluent setter for patchFluent setter for postFluent setter for put