Index

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

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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLUIConfig
Always include the UI.
authorizationClientInitPayloadName() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The name of the key inside the client init payload which contains Authorization information.
autoNameStrategy() - Method in interface 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

cancelAuthExpiry() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSHandler
 
createAuthExpiryTask(RoutingContext, GraphQLWebSocketSession) - Static method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSHandler
 
createExecutionService(BeanContainer, Schema, Optional<RuntimeValue<SubmissionPublisher<String>>>) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
createTraficLogPublisher() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
ctx - Variable in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLExecutionHandler.VertxExecutionResponseWriter
 

D

defaultErrorMessage() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Deprecated, for removal: This API element is subject to removal in a future version.
use quarkus.smallrye-graphql.ui.enabled instead
enabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
If GraphQL UI should be enabled.
errorExtensionFields() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
List of extension fields that should be included in the error response.
eventsEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable eventing.
excludeNullFieldsInResponses() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Excludes all the 'null' fields in the GraphQL response's data field, except for the non-successfully resolved fields (errors).
executionHandler(RuntimeValue<Boolean>, boolean, boolean) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
ExtraScalar - Enum Class in io.quarkus.smallrye.graphql.runtime
 
extraScalars() - Method in interface 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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable batch resolving for federation.
federationEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable Apollo Federation.
fieldVisibility() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Specifies the field visibility for the GraphQL schema.

G

getCompletionStageDataFetcher(Operation, Type) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
getConnectionInitPayload() - Method in exception class io.quarkus.smallrye.graphql.runtime.exception.SmallRyeAuthSecurityIdentityAlreadyAssignedException
 
getDefaultDataFetcher(Operation, Type) - Method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.QuarkusDataFetcherService
 
getExecutionService() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
getInterceptor(ConfigSourceInterceptorContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfigMapping
 
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.SmallRyeGraphQLConfigMapping
 
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
 
handlePayload(Map<String, Object>, Runnable, Consumer<Throwable>) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSHandler
Takes the payload sent from connection_init, and if quarkus.smallrye-graphql.authorization-client-init-payload-name is defined, then will take the value from the payload that matches the configured value.
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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
List of Checked Exceptions class names that should hide the error message.
httpGetEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Enable GET Requests.
httpPostQueryParametersEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Enable Query parameter on POST Requests.

I

inputToJsonObject(String) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
instrumentationQueryComplexity() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Abort a query if the total number of data fields queried exceeds the defined limit.
instrumentationQueryDepth() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
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.exception - package io.quarkus.smallrye.graphql.runtime.exception
 
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
 

J

JSON - Enum constant in enum class io.quarkus.smallrye.graphql.runtime.ExtraScalar
The JSON GraphQL type, represented as a jakarta.json.JsonObject
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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Log the payload (and optionally variables) to System out.

M

metricsEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable metrics.

N

nonBlockingEnabled() - Method in interface 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
 

O

OBJECT - Enum constant in enum class io.quarkus.smallrye.graphql.runtime.ExtraScalar
The Object GraphQL type, represented as a general java.lang.Object
onClose() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLTransportWSSubprotocolHandler
 
onClose() - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSSubprotocolHandler
 
onMessage(JsonObject) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLTransportWSSubprotocolHandler
 
onMessage(JsonObject) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSSubprotocolHandler
 

P

parserCaptureIgnoredChars() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Set to true if ignored chars should be captured as AST nodes.
parserCaptureLineComments() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Set to true if `graphql.language.Comment`s should be captured as AST nodes
parserCaptureSourceLocation() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Set to true true if `graphql.language.SourceLocation`s should be captured as AST nodes.
parserMaxTokens() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
The maximum number of raw tokens the parser will accept, after which an exception will be thrown.
parserMaxWhitespaceTokens() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
The maximum number of raw whitespace tokens the parser will accept, after which an exception will be thrown.
printDataFetcherException() - Method in interface 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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
The rootPath under which queries will be served.
rootPath() - Method in interface 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, Operation) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.BlockingHelper
 

S

schemaAvailable() - Method in interface 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() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Include Directives in the schema.
schemaIncludeIntrospectionTypes() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Include Introspection Types in the schema.
schemaIncludeScalars() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Include the Scalar definitions in the schema.
schemaIncludeSchemaDefinition() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Include the schema internal definition in the schema.
setClassLoader(ClassLoader) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.QuarkusClassloadingService
 
setupClDevMode(ShutdownContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
shouldUseVirtualThread(Operation, Context) - Static method in class io.quarkus.smallrye.graphql.runtime.spi.datafetcher.BlockingHelper
 
showRuntimeExceptionMessage() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
List of Runtime Exceptions class names that should show the error message.
SmallRyeAuthGraphQLTransportWSSubprotocolHandler - Class in io.quarkus.smallrye.graphql.runtime
An extension over GraphQLTransportWSSubprotocolHandler which supports defining an Authorization header in the client init message.
SmallRyeAuthGraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession, Map<String, Object>, RoutingContext, SmallRyeGraphQLAbstractHandler, Optional<String>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLTransportWSSubprotocolHandler
 
SmallRyeAuthGraphQLWSHandler - Class in io.quarkus.smallrye.graphql.runtime
A class which is capable of performing authentication against connection_init payloads for all GraphQL WebSocket subprotocols.
SmallRyeAuthGraphQLWSHandler(GraphQLWebSocketSession, RoutingContext, SmallRyeGraphQLAbstractHandler, Optional<String>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSHandler
 
SmallRyeAuthGraphQLWSSubprotocolHandler - Class in io.quarkus.smallrye.graphql.runtime
An extension over GraphQLWSSubprotocolHandler which supports defining an Authorization header in the client init message.
SmallRyeAuthGraphQLWSSubprotocolHandler(GraphQLWebSocketSession, Map<String, Object>, RoutingContext, SmallRyeGraphQLAbstractHandler, Optional<String>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeAuthGraphQLWSSubprotocolHandler
 
SmallRyeAuthSecurityIdentityAlreadyAssignedException - Exception Class in io.quarkus.smallrye.graphql.runtime.exception
An exception which is thrown when a security identity is already defined, but the connection init payload tries to change the connections identity.
SmallRyeAuthSecurityIdentityAlreadyAssignedException(Map<String, Object>) - Constructor for exception class io.quarkus.smallrye.graphql.runtime.exception.SmallRyeAuthSecurityIdentityAlreadyAssignedException
 
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 - Interface in io.quarkus.smallrye.graphql.runtime
 
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, Optional<String>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLOverWebSocketHandler
 
SmallRyeGraphQLRecorder - Class in io.quarkus.smallrye.graphql.runtime
 
SmallRyeGraphQLRecorder(SmallRyeGraphQLConfig, RuntimeValue<SmallRyeGraphQLRuntimeConfig>) - Constructor for class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
SmallRyeGraphQLRuntimeConfig - Interface 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 - Interface in io.quarkus.smallrye.graphql.runtime
 

T

tracingEnabled() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Enable tracing.

U

ui() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
SmallRye GraphQL UI configuration
uiHandler(String, String, List<FileSystemStaticHandler.StaticWebRootConfiguration>, ShutdownContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRecorder
 
unwrapExceptions() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLRuntimeConfig
Exceptions that should be unwrapped (class names).
UUID - Enum constant in enum class io.quarkus.smallrye.graphql.runtime.ExtraScalar
The UUID GraphQL type, represented as a java.util.UUID

V

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

W

websocketSubprotocols() - Method in interface io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLConfig
Subprotocols that should be supported by the server for graphql-over-websocket use cases.
withIdentity(RoutingContext) - Method in class io.quarkus.smallrye.graphql.runtime.SmallRyeGraphQLAbstractHandler
 
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 O P Q R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form