A B C D E F G H I J L M N P Q R S T U V W 
All Classes All Packages

A

AbstractAsyncDataFetcher<K,​T> - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
AbstractAsyncDataFetcher(Operation, Type) - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
alwaysInclude - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLUIConfig
Always include the UI.
autoNameStrategy - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Change the type naming strategy.

B

BlockingHelper - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
blockingShouldExecuteNonBlocking(Operation, Context) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.BlockingHelper
 

C

createExecutionService(BeanContainer, Schema, SmallRyeGraphQLConfig) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
ctx - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 

D

defaultErrorMessage - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The default error message that will be used for hidden exception messages.
doHandle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
doHandle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler
 
doHandle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLOverWebSocketHandler
 

E

enable - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
If GraphQL UI should be enabled.
errorExtensionFields - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
List of extension fields that should be included in the error response.
eventsEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable eventing.
executionHandler(RuntimeValue<Boolean>, boolean, boolean, boolean, boolean) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
ExtraScalar - Enum in io.quarkus.smallrye.graphql.runtime
 
extraScalars - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Additional scalars to register in the schema.

F

fail(Throwable) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 
federationBatchResolvingEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable batch resolving for federation.
federationEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable Apollo Federation.
fieldVisibility - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Set the Field visibility.

G

get_enable(Object) - Static method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig$$accessor
 
getCompletionStageDataFetcher(Operation, Type) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
getDefaultDataFetcher(Operation, Type) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
getExecutionService() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
getMetaData(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
getName() - Method in class io.quarkus.smallrye.graphql.runtime.spi.QuarkusClassloadingService
 
getPriority() - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
getUniDataFetcher(Operation, Type) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
graphqlOverWebsocketHandler(BeanContainer, RuntimeValue<Boolean>, boolean) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 

H

handle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
handle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLCompressionHandler
 
handle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLNoEndpointHandler
 
handle(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLSchemaHandler
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusCompletionStageDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusUniDataFetcher
 
handleUserBatchLoadNonBlocking(Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusUniDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusCompletionStageDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusUniDataFetcher
 
hideCheckedExceptionMessage - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
List of Checked Exceptions class names that should hide the error message.
httpGetEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable GET Requests.
httpPostQueryParametersEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable Query parameter on POST Requests.

I

inputToJsonObject(String) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
instrumentationQueryComplexity - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Abort a query if the total number of data fields queried exceeds the defined limit.
instrumentationQueryDepth - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Abort a query if the total depth of the query exceeds the defined limit.
invokeAndTransform(Context, DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
invokeAndTransform(Context, DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDefaultDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDefaultDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.AbstractAsyncDataFetcher
 
io.quarkus.smallrye.graphql.runtime - package io.quarkus.smallrye.graphql.runtime
 
io.quarkus.smallrye.graphql.runtime.spi - package io.quarkus.smallrye.graphql.runtime.spi
 
io.quarkus.smallrye.graphql.runtime.spi.datafetcher - package io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
iterateNames(ConfigSourceInterceptorContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfigMapping
 

J

jsonReaderFactory - Static variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 

L

loadClass(String) - Method in class io.quarkus.smallrye.graphql.runtime.spi.QuarkusClassloadingService
 
logPayload - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Log the payload (and optionally variables) to System out.

M

metricsEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable metrics.

N

nonBlockingEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable non-blocking support.
nonBlockingShouldExecuteBlocking(Operation, Context) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.BlockingHelper
 

P

parserCaptureIgnoredChars - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Set to true if ignored chars should be captured as AST nodes.
parserCaptureLineComments - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Set to true if `graphql.language.Comment`s should be captured as AST nodes
parserCaptureSourceLocation - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Set to true true if `graphql.language.SourceLocation`s should be captured as AST nodes.
parserMaxTokens - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The maximum number of raw tokens the parser will accept, after which an exception will be thrown.
parserMaxWhitespaceTokens - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The maximum number of raw whitespace tokens the parser will accept, after which an exception will be thrown.
printDataFetcherException - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Print the data fetcher exception to the log file.

Q

QuarkusClassloadingService - Class in io.quarkus.smallrye.graphql.runtime.spi
Quarkus specific classloading service, that allows hot reloading to work in dev mode.
QuarkusClassloadingService() - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.QuarkusClassloadingService
 
QuarkusCompletionStageDataFetcher<K,​T> - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
QuarkusCompletionStageDataFetcher(Operation, Type) - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusCompletionStageDataFetcher
 
QuarkusDataFetcherService - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
Some Quarkus specific datafetchers to execute reactive on the correct thread
QuarkusDataFetcherService() - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
QuarkusDefaultDataFetcher<K,​T> - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
QuarkusDefaultDataFetcher(Operation, Type) - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDefaultDataFetcher
 
QuarkusUniDataFetcher<K,​T> - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
QuarkusUniDataFetcher(Operation, Type) - Constructor for class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusUniDataFetcher
 

R

reactivate(ManagedContext, DataFetchingEnvironment) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.RequestContextHelper
 
RequestContextHelper - Class in io.quarkus.smallrye.graphql.runtime.spi.datafetcher
 
requestedCharset - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 
resolve(LocaleResolverContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLLocaleResolver
 
response - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 
rootPath - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The rootPath under which queries will be served.
rootPath - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLUIConfig
The path where GraphQL UI is available.
routeFunction(Handler<RoutingContext>) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
runBlocking(Context, Callable<Object>, Promise) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.BlockingHelper
 

S

schemaAvailable - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Make the schema available over HTTP.
schemaHandler(RuntimeValue<Boolean>, boolean) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
schemaIncludeDirectives - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Include Directives in the schema.
schemaIncludeIntrospectionTypes - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Include Introspection Types in the schema.
schemaIncludeScalars - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Include the Scalar definitions in the schema.
schemaIncludeSchemaDefinition - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Include the schema internal definition in the schema.
set_enable(Object, boolean) - Static method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig$$accessor
 
setClassLoader(ClassLoader) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.QuarkusClassloadingService
 
setupClDevMode(ShutdownContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
showRuntimeExceptionMessage - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
List of Runtime Exceptions class names that should show the error message.
SmallRyeGraphQLAbstractHandler - Class in io.quarkus.smallrye.graphql.runtime
Handler that does the execution of GraphQL Requests
SmallRyeGraphQLAbstractHandler(CurrentIdentityAssociation, CurrentVertxRequest, boolean) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
SmallRyeGraphQLCompressionHandler - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLCompressionHandler(Handler<RoutingContext>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLCompressionHandler
 
SmallRyeGraphQLConfig - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLConfig() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
 
SmallRyeGraphQLConfigMapping - Class in io.quarkus.smallrye.graphql.runtime
Maps config from MicroProfile and SmallRye to Quarkus
SmallRyeGraphQLConfigMapping() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfigMapping
 
SmallRyeGraphQLExecutionHandler - Class in io.quarkus.smallrye.graphql.runtime
Handler that does the execution of GraphQL Requests
SmallRyeGraphQLExecutionHandler(boolean, boolean, boolean, CurrentIdentityAssociation, CurrentVertxRequest) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler
 
SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLLocaleResolver - Class in io.quarkus.smallrye.graphql.runtime
Resolving BV messages for SmallRye GraphQL
SmallRyeGraphQLLocaleResolver() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLLocaleResolver
 
SmallRyeGraphQLNoEndpointHandler - Class in io.quarkus.smallrye.graphql.runtime
Handler that is used when no endpoint is available
SmallRyeGraphQLNoEndpointHandler() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLNoEndpointHandler
 
SmallRyeGraphQLOverWebSocketHandler - Class in io.quarkus.smallrye.graphql.runtime
Handler that does the execution of GraphQL Requests
SmallRyeGraphQLOverWebSocketHandler(CurrentIdentityAssociation, CurrentVertxRequest, boolean) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLOverWebSocketHandler
 
SmallRyeGraphQLRecorder - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLRecorder() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
SmallRyeGraphQLRuntimeConfig - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLRuntimeConfig() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
 
SmallRyeGraphQLRuntimeConfig$$accessor - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLSchemaHandler - Class in io.quarkus.smallrye.graphql.runtime
Handler that return the generated schema
SmallRyeGraphQLSchemaHandler() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLSchemaHandler
 
SmallRyeGraphQLUIConfig - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLUIConfig() - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLUIConfig
 

T

tracingEnabled - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable tracing.

U

ui - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
SmallRye GraphQL UI configuration
uiHandler(String, String, List<FileSystemStaticHandler.StaticWebRootConfiguration>, SmallRyeGraphQLRuntimeConfig, ShutdownContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
unwrapExceptions - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Exceptions that should be unwrapped (class names).
UUID - io.quarkus.smallrye.graphql.runtime.ExtraScalar
 

V

valueOf(String) - Static method in enum io.quarkus.smallrye.graphql.runtime.ExtraScalar
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.smallrye.graphql.runtime.ExtraScalar
Returns an array containing the constants of this enum type, in the order they are declared.
VertxExecutionResponseWriter(HttpServerResponse, RoutingContext, String) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 

W

websocketSubprotocols - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Subprotocols that should be supported by the server for graphql-over-websocket use cases.
write(ExecutionResponse) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 
A B C D E F G H I J L M N P Q R S T U V W 
All Classes All Packages