Index
All Classes and Interfaces|All Packages
B
- build() - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
- builder() - Static method in class io.helidon.webserver.graphql.GraphQlService
-
A builder for fine grained configuration of the support.
C
- config(Config) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Update builder from configuration.
- create(GraphQLSchema) - Static method in class io.helidon.webserver.graphql.GraphQlService
-
Create GraphQL support for a GraphQL schema.
- crossOriginConfig(CrossOriginConfig) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Set the CORS config from the specified
CrossOriginConfigobject.
E
- executor(ExecutorService) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Executor service to use for GraphQL processing.
- executor(Supplier<? extends ExecutorService>) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Executor service to use for GraphQL processing.
G
- GraphQlService - Class in io.helidon.webserver.graphql
-
Support for GraphQL for Helidon WebServer.
- GraphQlService.Builder - Class in io.helidon.webserver.graphql
-
Fluent API builder to create
GraphQlService.
I
- invocationHandler(InvocationHandler) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
InvocationHandler to execute GraphQl requests.
- invocationHandler(Supplier<InvocationHandler>) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
InvocationHandler to execute GraphQl requests.
- io.helidon.webserver.graphql - module io.helidon.webserver.graphql
-
Helidon WebServer GraphQL Support.
- io.helidon.webserver.graphql - package io.helidon.webserver.graphql
-
Helidon WebServer GraphQL Support.
R
- routing(HttpRules) - Method in class io.helidon.webserver.graphql.GraphQlService
S
- schemaUri(String) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Configure URI that will serve the GraphQL schema under the context root.
W
- webContext(String) - Method in class io.helidon.webserver.graphql.GraphQlService.Builder
-
Set a new root context for REST API of graphQL.
All Classes and Interfaces|All Packages