Package com.kingsrook.qqq.middleware.javalin.specs
package com.kingsrook.qqq.middleware.javalin.specs
-
ClassDescriptionAbstractEndpointSpec<INPUT extends AbstractMiddlewareInput,
OUTPUT extends AbstractMiddlewareOutputInterface, EXECUTOR extends AbstractMiddlewareExecutor<INPUT, ? super OUTPUT>> Base class for individual endpoint specs.Baseclass that combines multiple specs together into a single "version" of the full qqq middleware.Basic definition of an operation (e.g., an endpoint exposed in the API).Basic version of a response from a spec/endpoint.Extension of a BasicOperation that adds the full openAPI Method object.