Uses of Interface
com.kingsrook.qqq.middleware.javalin.executors.io.TableQueryOutputInterface
Packages that use TableQueryOutputInterface
Package
Description
This package contains (hopefully generally) api-version-agnostic classes
that implement the actual QQQ Middleware.
-
Uses of TableQueryOutputInterface in com.kingsrook.qqq.api.middleware.executors
Methods in com.kingsrook.qqq.api.middleware.executors with parameters of type TableQueryOutputInterfaceModifier and TypeMethodDescriptionvoid
ApiAwareTableQueryExecutor.execute
(TableQueryInput input, TableQueryOutputInterface output) -
Uses of TableQueryOutputInterface in com.kingsrook.qqq.middleware.javalin.executors
Subclasses with type arguments of type TableQueryOutputInterface in com.kingsrook.qqq.middleware.javalin.executorsMethods in com.kingsrook.qqq.middleware.javalin.executors with parameters of type TableQueryOutputInterfaceModifier and TypeMethodDescriptionvoid
TableQueryExecutor.execute
(TableQueryInput input, TableQueryOutputInterface output) -
Uses of TableQueryOutputInterface in com.kingsrook.qqq.middleware.javalin.specs.v1.responses
Classes in com.kingsrook.qqq.middleware.javalin.specs.v1.responses that implement TableQueryOutputInterface