A B C D E G H I L M P S U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addBlacklistedException(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add an exception to the blacklist.
- addWhitelistedException(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Add an exception to the whitelist.
B
- blacklistedExceptions() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured set of exceptions that are blacklisted.
- build() - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
- build() - Method in class io.helidon.graphql.server.InvocationHandler.Builder
- builder() - Static method in class io.helidon.graphql.server.GraphQlSupport
-
A builder for fine grained configuration of the support.
- builder() - Static method in interface io.helidon.graphql.server.InvocationHandler
-
Fluent API builder to configure the invocation handler.
C
- COLUMN - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for column.
- config(Config) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Update builder from configuration.
- config(Config) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Update builder from configuration.
- create(GraphQLSchema) - Static method in class io.helidon.graphql.server.GraphQlSupport
-
Create GraphQL support for a GraphQL schema.
- create(GraphQLSchema) - Static method in interface io.helidon.graphql.server.InvocationHandler
-
Create a handler for GraphQL schema.
- crossOriginConfig(CrossOriginConfig) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Set the CORS config from the specified
CrossOriginConfigobject.
D
- DATA - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for data.
- DEFAULT_ERROR_MESSAGE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default error message to return for unchecked exceptions and errors.
- defaultErrorMessage() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured default error message.
- defaultErrorMessage(String) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Default error message to return when an internal server error occurs.
E
- ERRORS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for errors.
- exceptionBlacklist(String[]) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Blacklisted error classes that will not return error message back to caller.
- exceptionWhitelist(String[]) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Whitelisted error classes that will return error message back to caller.
- execute(String) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query.
- execute(String, String, Map<String, Object>) - Method in interface io.helidon.graphql.server.InvocationHandler
-
Execute a GraphQL query.
- ExecutionContext - Interface in io.helidon.graphql.server
-
GraphQL execution context to support partial results.
- executor(ExecutorService) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Executor service to use for GraphQL processing.
- executor(Supplier<? extends ExecutorService>) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Executor service to use for GraphQL processing.
- EXTENSIONS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for extensions.
G
- GRAPHQL_SCHEMA_URI - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default URI of GraphQl schema under the
GRAPHQL_WEB_CONTEXT. - GRAPHQL_WEB_CONTEXT - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Default web context of GraphQl endpoint.
- GraphQlConstants - Class in io.helidon.graphql.server
-
Constants used across GraphQL implementation.
- GraphQlSupport - Class in io.helidon.graphql.server
-
Support for GraphQL for Helidon WebServer.
- GraphQlSupport.Builder - Class in io.helidon.graphql.server
-
Fluent API builder to create
GraphQlSupport.
H
- hasPartialResultsException() - Method in interface io.helidon.graphql.server.ExecutionContext
-
Whether an exception was set on this context.
I
- invocationHandler(InvocationHandler) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
InvocationHandler to execute GraphQl requests.
- invocationHandler(Supplier<InvocationHandler>) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
InvocationHandler to execute GraphQl requests.
- InvocationHandler - Interface in io.helidon.graphql.server
-
Invocation handler that allows execution of GraphQL requests without a WebServer.
- InvocationHandler.Builder - Class in io.helidon.graphql.server
-
Fluent API builder to configure the invocation handler.
- io.helidon.graphql.server - module io.helidon.graphql.server
-
GraphQl server implementation.
- io.helidon.graphql.server - package io.helidon.graphql.server
-
GraphQL server implementation for Helidon SE.
L
- LINE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for line.
- LOCATIONS - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for locations.
M
- MESSAGE - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for message.
P
- partialResultsException() - Method in interface io.helidon.graphql.server.ExecutionContext
-
Retrieve partial results
Throwable. - partialResultsException(Throwable) - Method in interface io.helidon.graphql.server.ExecutionContext
-
Add a partial results
Throwable. - PATH - Static variable in class io.helidon.graphql.server.GraphQlConstants
-
Key for path.
S
- schema(GraphQLSchema) - Method in class io.helidon.graphql.server.InvocationHandler.Builder
-
Configure the GraphQL schema to be used.
- schemaString() - Method in interface io.helidon.graphql.server.InvocationHandler
-
The schema of this GraphQL endpoint.
- schemaUri(String) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Configure URI that will serve the GraphQL schema under the context root.
U
- update(Routing.Rules) - Method in class io.helidon.graphql.server.GraphQlSupport
W
- webContext(String) - Method in class io.helidon.graphql.server.GraphQlSupport.Builder
-
Set a new root context for REST API of graphQL.
- whitelistedExceptions() - Method in interface io.helidon.graphql.server.InvocationHandler
-
Configured set of exceptions that are whitelisted.
All Classes All Packages