Class CompleteOperation
java.lang.Object
com.kingsrook.qqq.middleware.javalin.specs.BasicOperation
com.kingsrook.qqq.middleware.javalin.specs.CompleteOperation
Extension of a BasicOperation that adds the full openAPI Method object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for methodvoid
Setter for methodwithMethod
(Method method) Fluent setter for methodMethods inherited from class com.kingsrook.qqq.middleware.javalin.specs.BasicOperation
getHttpMethod, getLongDescription, getPath, getShortSummary, getTag, setHttpMethod, setLongDescription, setPath, setShortSummary, setTag, withHttpMethod, withLongDescription, withPath, withShortSummary, withTag
-
Constructor Details
-
CompleteOperation
-
-
Method Details
-
getMethod
Getter for method -
setMethod
Setter for method -
withMethod
Fluent setter for method
-