Uses of Interface
io.helidon.graphql.server.InvocationHandler
Packages that use InvocationHandler
-
Uses of InvocationHandler in io.helidon.graphql.server
Methods in io.helidon.graphql.server that return InvocationHandlerModifier and TypeMethodDescriptionInvocationHandler.Builder.build()
static InvocationHandler
InvocationHandler.create
(graphql.schema.GraphQLSchema schema) Create a handler for GraphQL schema.Methods in io.helidon.graphql.server with parameters of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler
(InvocationHandler handler) InvocationHandler to execute GraphQl requests.Method parameters in io.helidon.graphql.server with type arguments of type InvocationHandlerModifier and TypeMethodDescriptionGraphQlSupport.Builder.invocationHandler
(Supplier<InvocationHandler> handler) InvocationHandler to execute GraphQl requests.