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

A

AbstractAsyncDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Async calls with Uni, base for Uni and CompletionState Datafetchers
AbstractAsyncDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
AbstractDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
The abstract data fetcher
AbstractDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
AbstractDataFetcherException - Exception in io.smallrye.graphql.transformation
 
AbstractDataFetcherException() - Constructor for exception io.smallrye.graphql.transformation.AbstractDataFetcherException
 
AbstractDataFetcherException(Throwable) - Constructor for exception io.smallrye.graphql.transformation.AbstractDataFetcherException
 
AbstractDateScalar - Class in io.smallrye.graphql.scalar.time
Base Scalar for Dates.
AbstractDateScalar(String, Class...) - Constructor for class io.smallrye.graphql.scalar.time.AbstractDateScalar
 
AbstractGraphQLWebsocketHandler - Class in io.smallrye.graphql.websocket
 
AbstractGraphQLWebsocketHandler(GraphQLWebSocketSession, String) - Constructor for class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
AbstractHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Help with the fields when fetching data.
AbstractHelper() - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
AbstractNumberScalar - Class in io.smallrye.graphql.scalar.number
Base Scalar for Numbers.
AbstractNumberScalar(String, Converter, Class...) - Constructor for class io.smallrye.graphql.scalar.number.AbstractNumberScalar
 
AbstractScalar - Class in io.smallrye.graphql.scalar
Base Scalar for all of our own scalars
AbstractScalar(String, Coercing, Class...) - Constructor for class io.smallrye.graphql.scalar.AbstractScalar
 
AbstractStreamingDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Stream calls with Multi, used as base for Multi and Publisher
AbstractStreamingDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
activeOperations - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
addedToCache(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
addedToCache(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
addedToCache$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
afterDataFetch(Context) - Method in interface io.smallrye.graphql.spi.EventingService
 
afterExecute(Context) - Method in interface io.smallrye.graphql.spi.EventingService
 
afterRecursiveTransform(Object, Field, DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ArgumentHelper
Here we have the potential transformed input and just need to get the correct type
afterRecursiveTransform(Object, Field, DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.FieldHelper
 
appendDataFetcherResult(DataFetcherResult.Builder<Object>, DataFetchingEnvironment) - Method in exception io.smallrye.graphql.transformation.AbstractDataFetcherException
 
appendDataFetcherResult(DataFetcherResult.Builder<Object>, DataFetchingEnvironment) - Method in exception io.smallrye.graphql.transformation.TransformException
 
appendException(DataFetcherResult.Builder<Object>, DataFetchingEnvironment, Throwable) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ErrorResultHelper
 
appendPartialResult(DataFetcherResult.Builder<Object>, DataFetchingEnvironment, GraphQLException) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ErrorResultHelper
 
argumentHelper - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
ArgumentHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Help with the arguments when doing reflection calls Here we need to transform (if needed) the arguments, and then make sure we get the in the correct class type as expected by the method we want to call.
ArgumentHelper(List<Argument>) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.ArgumentHelper
We need the modeled arguments to create the correct values
ARGUMENTS - Static variable in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
asString() - Method in enum io.smallrye.graphql.websocket.graphqlws.MessageType
 

B

BatchDataFetcher<T> - Class in io.smallrye.graphql.execution.datafetcher
Fetch data using using a batchloader
BatchDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.BatchDataFetcher
 
batchLoaderHelper - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
BatchLoaderHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Helping with BatchLoaders
BatchLoaderHelper() - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
beforeDataFetch(Context) - Method in interface io.smallrye.graphql.spi.EventingService
 
beforeExecute(Context) - Method in interface io.smallrye.graphql.spi.EventingService
 
beforeGraphQLBuild(GraphQL.Builder) - Method in interface io.smallrye.graphql.spi.EventingService
 
beforeInvoke(InvokeInfo) - Method in interface io.smallrye.graphql.spi.EventingService
 
beforeSchemaBuild(GraphQLSchema.Builder) - Method in interface io.smallrye.graphql.spi.EventingService
 
beginValidation(InstrumentationValidationParameters) - Method in class io.smallrye.graphql.execution.QueryCache
 
BIG_DECIMAL - Static variable in class io.smallrye.graphql.execution.Classes
 
BIG_INTEGER - Static variable in class io.smallrye.graphql.execution.Classes
 
BigDecimalScalar - Class in io.smallrye.graphql.scalar.number
Scalar for BigDecimal.
BigDecimalScalar() - Constructor for class io.smallrye.graphql.scalar.number.BigDecimalScalar
 
BigIntegerScalar - Class in io.smallrye.graphql.scalar.number
Scalar for BigInteger.
BigIntegerScalar() - Constructor for class io.smallrye.graphql.scalar.number.BigIntegerScalar
 
BOOLEAN - Static variable in class io.smallrye.graphql.execution.Classes
 
BOOLEAN_PRIMITIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
bootstrap(Schema) - Static method in class io.smallrye.graphql.bootstrap.Bootstrap
 
bootstrap(Schema, boolean) - Static method in class io.smallrye.graphql.bootstrap.Bootstrap
 
Bootstrap - Class in io.smallrye.graphql.bootstrap
Bootstrap MicroProfile GraphQL This create a graphql-java model from the smallrye model
BYTE - Static variable in class io.smallrye.graphql.execution.Classes
 
BYTE_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 

C

canNotInjectClass(String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotInjectClass(String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
canNotInjectClass$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotLoadClass(String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotLoadClass(String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
canNotLoadClass$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
cantParseDate(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
cantParseDate(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
cantParseDate$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
CHAR_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
CHARACTER - Static variable in class io.smallrye.graphql.execution.Classes
 
CHARACTER_PRIMITIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
CharTransformer - Class in io.smallrye.graphql.transformation
Transforms between char and String.
CharTransformer() - Constructor for class io.smallrye.graphql.transformation.CharTransformer
 
Classes - Class in io.smallrye.graphql.execution
Class helper
classloadingService - Variable in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
classloadingService - Static variable in interface io.smallrye.graphql.spi.ClassloadingService
 
ClassloadingService - Interface in io.smallrye.graphql.spi
Classloading service that will load classes By default, TCCL will be use.
ClassloadingService.DefaultClassloadingService - Class in io.smallrye.graphql.spi
Default Lookup service that gets used when none is provided with SPI.
classloadingServices - Static variable in interface io.smallrye.graphql.spi.ClassloadingService
 
clearCurrentSmallRyeContext() - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
close(short, String) - Method in interface io.smallrye.graphql.websocket.GraphQLWebSocketSession
 
closeDueToConnectionNotInitialized() - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
closeDueToConnectionNotInitialized() - Method in class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
closeDueToConnectionNotInitialized() - Method in class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
coercingParseLiteralException(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseLiteralException(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseLiteralException(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseLiteralException(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseLiteralException1$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseLiteralException2$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseValueException(String, String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseValueException(String, String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseValueException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingSerializeException(String, String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingSerializeException(String, String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingSerializeException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
CollectionCreator - Class in io.smallrye.graphql.execution.datafetcher
Helping with creating collection instances This gets the new collection when creating arguments to call the method.
CollectionCreator() - Constructor for class io.smallrye.graphql.execution.datafetcher.CollectionCreator
 
COMPLETE - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
CompletionStageDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Async calls with CompletableFuture
CompletionStageDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.CompletionStageDataFetcher
 
concreteClassNotFoundForInterface(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
concreteClassNotFoundForInterface(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
concreteClassNotFoundForInterface$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
ConcreteImplementationNotFoundException - Exception in io.smallrye.graphql.execution.resolver
There is an interface with no concrete implementation
ConcreteImplementationNotFoundException() - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
ConcreteImplementationNotFoundException(String) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
ConcreteImplementationNotFoundException(String, Throwable) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
ConcreteImplementationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
ConcreteImplementationNotFoundException(Throwable) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
config - Static variable in interface io.smallrye.graphql.spi.config.Config
 
Config - Interface in io.smallrye.graphql.spi.config
This will load the config service Example, using microprofile config
configs - Static variable in interface io.smallrye.graphql.spi.config.Config
 
CONNECTION_ACK - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
CONNECTION_INIT - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
connectionAckMessage - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
connectionInitialized - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
CONTEXT - Static variable in class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
Converter - Interface in io.smallrye.graphql.scalar.number
Convert to the correct Type
countNotGetInstance(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
countNotGetInstance(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
countNotGetInstance$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
createOperation(Operation) - Method in interface io.smallrye.graphql.spi.EventingService
 

D

DATA_FETCHING_ENVIRONMENT - Static variable in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
dataFetcherException(Operation, Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
dataFetcherException(Operation, Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
DataFetcherException - Exception in io.smallrye.graphql.execution.datafetcher
There was an issue when fetching data.
DataFetcherException() - Constructor for exception io.smallrye.graphql.execution.datafetcher.DataFetcherException
 
DataFetcherException(Operation) - Constructor for exception io.smallrye.graphql.execution.datafetcher.DataFetcherException
 
DataFetcherException(Operation, Exception) - Constructor for exception io.smallrye.graphql.execution.datafetcher.DataFetcherException
 
dataFetcherException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
DataFetcherFactory - Class in io.smallrye.graphql.bootstrap
Create the datafetchers for a certain operation
DataFetcherFactory() - Constructor for class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
DataFetcherService - Interface in io.smallrye.graphql.spi
DataFetcherService service that will get the datafetchers to use
dataFetchingError(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
dataFetchingError(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
dataFetchingError$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
DateCoercing - Class in io.smallrye.graphql.scalar.time
The Coercing used by dates
DateCoercing(String, Class...) - Constructor for class io.smallrye.graphql.scalar.time.DateCoercing
 
DateScalar - Class in io.smallrye.graphql.scalar.time
Scalar for Date.
DateScalar() - Constructor for class io.smallrye.graphql.scalar.time.DateScalar
 
DateTimeScalar - Class in io.smallrye.graphql.scalar.time
Scalar for DateTime.
DateTimeScalar() - Constructor for class io.smallrye.graphql.scalar.time.DateTimeScalar
 
dateTransformer(Field) - Static method in interface io.smallrye.graphql.transformation.Transformer
 
DateTransformer - Class in io.smallrye.graphql.transformation
Handles date and time-types from java.time.
DateTransformer(Field) - Constructor for class io.smallrye.graphql.transformation.DateTransformer
 
DateTransformer(Field, String) - Constructor for class io.smallrye.graphql.transformation.DateTransformer
 
DEFAULT - Static variable in class io.smallrye.graphql.execution.event.Priorities
 
DEFAULT_UNWRAP_EXCEPTIONS - Static variable in interface io.smallrye.graphql.spi.config.Config
 
DefaultClassloadingService() - Constructor for class io.smallrye.graphql.spi.ClassloadingService.DefaultClassloadingService
 
DefaultDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
The default, built in data fetcher
DefaultDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
DefaultLookupService() - Constructor for class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
DefaultManagedInstance(T) - Constructor for class io.smallrye.graphql.spi.LookupService.DefaultManagedInstance
 
DefaultMapAdapter<K,​V> - Class in io.smallrye.graphql.execution.datafetcher.helper
The adapter to change map to Entry Set.
DefaultMapAdapter() - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.DefaultMapAdapter
 
destroyIfNecessary() - Method in interface io.smallrye.graphql.spi.ManagedInstance
 
DocumentSupplier - Class in io.smallrye.graphql.execution.context
 
DocumentSupplier(ExecutionInput, QueryCache) - Constructor for class io.smallrye.graphql.execution.context.DocumentSupplier
 
dontKnowHoToHandleArgument(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
dontKnowHoToHandleArgument(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
dontKnowHoToHandleArgument$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
DOUBLE - Static variable in class io.smallrye.graphql.execution.Classes
 
DOUBLE_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
duplicateOperation(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
duplicateOperation(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
duplicateOperation$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
DURATION - Static variable in class io.smallrye.graphql.execution.Classes
 
DURATION_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
DurationScalar - Class in io.smallrye.graphql.scalar.time
 
DurationScalar() - Constructor for class io.smallrye.graphql.scalar.time.DurationScalar
 
DurationTransformer - Class in io.smallrye.graphql.transformation
 
DurationTransformer() - Constructor for class io.smallrye.graphql.transformation.DurationTransformer
 

E

emptyOrNullSchema() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
emptyOrNullSchema() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
emptyOrNullSchema$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
ENUM - Static variable in class io.smallrye.graphql.execution.Classes
 
equals(Object) - Method in class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
ERROR - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
ERROR_EXTENSION_ALL_KNOWN - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_CLASSIFICATION - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_CODE - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_DESCRIPTION - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_EXCEPTION - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_QUERY_PATH - Static variable in interface io.smallrye.graphql.spi.config.Config
 
ERROR_EXTENSION_VALIDATION_ERROR_TYPE - Static variable in interface io.smallrye.graphql.spi.config.Config
 
errorDataFetch(String, Throwable) - Method in interface io.smallrye.graphql.spi.EventingService
 
errorExecute(String, Throwable) - Method in interface io.smallrye.graphql.spi.EventingService
 
ErrorInfoMap - Class in io.smallrye.graphql.execution.error
Here we create a mapping of all error info that we know about
errorResultHelper - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
ErrorResultHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Helping with PartialResults
ErrorResultHelper() - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.ErrorResultHelper
 
eventEmitter - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
EventEmitter - Class in io.smallrye.graphql.execution.event
Fire some events while booting or executing.
EventingService - Interface in io.smallrye.graphql.spi
Some events during bootstrap and execution that allows extension
ExceptionHandler - Class in io.smallrye.graphql.execution.error
Here we have the ability to mask certain messages to the client (for security reasons)
ExceptionHandler() - Constructor for class io.smallrye.graphql.execution.error.ExceptionHandler
 
execute(JsonObject) - Method in class io.smallrye.graphql.execution.ExecutionService
Deprecated.
execute(JsonObject, ExecutionResponseWriter, boolean) - Method in class io.smallrye.graphql.execution.ExecutionService
 
execute(JsonObject, Map<String, Object>, ExecutionResponseWriter, boolean) - Method in class io.smallrye.graphql.execution.ExecutionService
 
executeAsync(JsonObject, ExecutionResponseWriter) - Method in class io.smallrye.graphql.execution.ExecutionService
 
executeAsync(JsonObject, Map<String, Object>, ExecutionResponseWriter) - Method in class io.smallrye.graphql.execution.ExecutionService
 
executeSync(JsonObject, ExecutionResponseWriter) - Method in class io.smallrye.graphql.execution.ExecutionService
 
executeSync(JsonObject, Map<String, Object>, ExecutionResponseWriter) - Method in class io.smallrye.graphql.execution.ExecutionService
 
ExecutionErrorsService - Class in io.smallrye.graphql.execution.error
Help to create the exceptions
ExecutionErrorsService() - Constructor for class io.smallrye.graphql.execution.error.ExecutionErrorsService
 
ExecutionException - Exception in io.smallrye.graphql.execution
Error while executing a request
ExecutionException() - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionException(String) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionException(String, Throwable, boolean, boolean) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionException(Throwable) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionResponse - Class in io.smallrye.graphql.execution
Response from an execution
ExecutionResponse(ExecutionResult) - Constructor for class io.smallrye.graphql.execution.ExecutionResponse
 
ExecutionResponseWriter - Interface in io.smallrye.graphql.execution
Write the response to something
executionService - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
ExecutionService - Class in io.smallrye.graphql.execution
Executing the GraphQL request
ExecutionService(GraphQLSchema, Schema) - Constructor for class io.smallrye.graphql.execution.ExecutionService
 
ExecutionService(GraphQLSchema, Schema, ExecutionStrategy, ExecutionStrategy) - Constructor for class io.smallrye.graphql.execution.ExecutionService
 

F

fail(Throwable) - Method in interface io.smallrye.graphql.execution.ExecutionResponseWriter
 
fail(Throwable) - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
FIELD_VISIBILITY_DEFAULT - Static variable in interface io.smallrye.graphql.spi.config.Config
 
FIELD_VISIBILITY_NO_INTROSPECTION - Static variable in interface io.smallrye.graphql.spi.config.Config
 
FieldDataFetcher<T> - Class in io.smallrye.graphql.execution.datafetcher
Custom property data fetcher to allow arbitrary method names (instead of getters/setters) and to intercept the result for some manipulation.
FieldDataFetcher(Field, Type, Reference) - Constructor for class io.smallrye.graphql.execution.datafetcher.FieldDataFetcher
 
fieldHelper - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
FieldHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Help with the field response Here we need to transform (if needed) the response field
FieldHelper(Field) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.FieldHelper
We need the modeled field to create the correct value
fireAfterDataFetch(Context) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireAfterExecute(Context) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireBeforeDataFetch(Context) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireBeforeExecute(Context) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireBeforeGraphQLBuild(GraphQL.Builder) - Method in class io.smallrye.graphql.execution.event.EventEmitter
This gets fired just before we build the GraphQL object
fireBeforeMethodInvoke(InvokeInfo) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireBeforeSchemaBuild(GraphQLSchema.Builder) - Method in class io.smallrye.graphql.execution.event.EventEmitter
This gets fired just before we create the final schema.
fireCreateOperation(Operation) - Method in class io.smallrye.graphql.execution.event.EventEmitter
This gets fired during the bootstrap phase before a new operation is being created.
fireOnDataFetchError(String, Throwable) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireOnExecuteError(String, Throwable) - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
fireOverrideJsonbConfig() - Method in class io.smallrye.graphql.execution.event.EventEmitter
 
FIRST_IN_LAST_OUT - Static variable in class io.smallrye.graphql.execution.event.Priorities
 
FLOAT - Static variable in class io.smallrye.graphql.execution.Classes
 
FLOAT_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
FloatScalar - Class in io.smallrye.graphql.scalar.number
Scalar for Float.
FloatScalar() - Constructor for class io.smallrye.graphql.scalar.number.FloatScalar
 
FormattedNumberTransformer - Class in io.smallrye.graphql.transformation
Parses and formats numbers in the needed format.
FormattedNumberTransformer(Field) - Constructor for class io.smallrye.graphql.transformation.FormattedNumberTransformer
 
from(Set<Entry<K, V>>, Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.DefaultMapAdapter
 
fromBigDecimal(BigDecimal) - Method in interface io.smallrye.graphql.scalar.number.Converter
 
fromBigInteger(BigInteger) - Method in interface io.smallrye.graphql.scalar.number.Converter
 
fromInitialRequest(JsonObject) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
This creates a new context at the beginning of the request
fromString(String) - Static method in enum io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
fromString(String) - Static method in enum io.smallrye.graphql.websocket.graphqlws.MessageType
 

G

generalDataFetcherException(String, Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
generalDataFetcherException(String, Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
generalDataFetcherException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
get() - Method in class io.smallrye.graphql.execution.context.DocumentSupplier
 
get() - Static method in interface io.smallrye.graphql.spi.ClassloadingService
 
get() - Static method in interface io.smallrye.graphql.spi.config.Config
 
get() - Method in class io.smallrye.graphql.spi.LookupService.DefaultManagedInstance
 
get() - Static method in interface io.smallrye.graphql.spi.LookupService
 
get() - Method in interface io.smallrye.graphql.spi.ManagedInstance
 
get(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
get(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.BatchDataFetcher
 
get(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.FieldDataFetcher
 
getAdaptedField(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.DefaultMapAdapter
 
getAdaptToFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getAdaptWithFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getArguments() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getArguments(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ArgumentHelper
This gets a list of arguments that we need to all the method.
getArguments(DataFetchingEnvironment, boolean) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ArgumentHelper
 
getArguments(Map<String, Object>) - Method in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
getArrayType(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
getArrayType(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.FieldHelper
 
getBatchContext(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
getClass(Class<?>) - Method in interface io.smallrye.graphql.spi.LookupService
 
getCoercing() - Method in class io.smallrye.graphql.scalar.AbstractScalar
 
getCompletionStageDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getCompletionStageDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getConfigKey() - Method in interface io.smallrye.graphql.spi.EventingService
Configuration key that controls whether this EventingService should be enabled.
getConfigValue(String, Class<T>, T) - Method in interface io.smallrye.graphql.spi.config.Config
 
getCreatorParameters(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getCurrentSmallRyeContext() - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
getDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getDataFetchingEnvironment() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getDataFetchingEnvironment(Map<String, Object>) - Method in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
getDefaultDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getDefaultDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getDefaultErrorMessage() - Method in interface io.smallrye.graphql.spi.config.Config
 
getDocument(ExecutionInput, Function<ExecutionInput, PreparsedDocumentEntry>) - Method in class io.smallrye.graphql.execution.QueryCache
 
getDocumentSupplier() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getErrorExtensionFields() - Method in interface io.smallrye.graphql.spi.config.Config
 
getErrorInfo(String) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
getExecutionId() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getExecutionInput() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getExecutionResponse() - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
getExecutionResult() - Method in class io.smallrye.graphql.execution.ExecutionResponse
 
getExecutionResultAsJsonObject() - Method in class io.smallrye.graphql.execution.ExecutionResponse
 
getExecutionResultAsString() - Method in class io.smallrye.graphql.execution.ExecutionResponse
 
getField() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getFieldName() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getFieldVisibility() - Method in interface io.smallrye.graphql.spi.config.Config
 
getGraphQLObjectType(Type, String) - Static method in class io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
 
getHideErrorMessageList() - Method in interface io.smallrye.graphql.spi.config.Config
 
getInput() - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
getInstance() - Static method in class io.smallrye.graphql.execution.event.EventEmitter
 
getInstance(Class<T>) - Method in class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
getInstance(Class<T>) - Method in interface io.smallrye.graphql.spi.LookupService
Obtain an instance of the requested class.
getJsonB() - Static method in class io.smallrye.graphql.json.JsonBCreator
 
getJsonB(String) - Static method in class io.smallrye.graphql.json.JsonBCreator
 
getLoggingLocale() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
getLoggingLocale() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
getMessage() - Method in class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
getMultiDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getMultiDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getName() - Method in class io.smallrye.graphql.scalar.AbstractScalar
 
getName() - Method in class io.smallrye.graphql.spi.ClassloadingService.DefaultClassloadingService
 
getName() - Method in interface io.smallrye.graphql.spi.ClassloadingService
 
getName() - Method in interface io.smallrye.graphql.spi.config.Config
 
getName() - Method in class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
getName() - Method in interface io.smallrye.graphql.spi.LookupService
 
getName(Operation) - Method in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
getOperationInstance() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationMethod() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationName() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getOperationTransformedArguments() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationType() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getOtherFieldDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getOtherFieldDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getOtherWrappedDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getOtherWrappedDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getOutput() - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
getParentTypeName() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getPath() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getPingMessage() - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
getPingMessage() - Method in class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
getPingMessage() - Method in class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
getPrimativeClassType(String) - Static method in class io.smallrye.graphql.execution.Classes
 
getPriority() - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getPublisherDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getPublisherDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getQueryCache() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getReflectionInvokerForInput(AdaptWith) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
getReflectionInvokerForOutput(AdaptWith) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
getRequest() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getRequestedOperationTypes() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getScalarByClassName(String) - Static method in class io.smallrye.graphql.scalar.GraphQLScalarTypes
 
getScalarByName(String) - Static method in class io.smallrye.graphql.scalar.GraphQLScalarTypes
 
getScalarMap() - Static method in class io.smallrye.graphql.scalar.GraphQLScalarTypes
 
getScalarType() - Method in class io.smallrye.graphql.scalar.AbstractScalar
 
getSelectedAndSourceFields() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getSelectedFields() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getShowErrorMessageList() - Method in interface io.smallrye.graphql.spi.config.Config
 
getSource() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getSourceBatchLoader(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getSupportedClasses() - Method in class io.smallrye.graphql.scalar.AbstractScalar
 
getTransformationFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getTransformer(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
getType(TypeResolutionEnvironment) - Method in class io.smallrye.graphql.execution.resolver.InterfaceResolver
 
getUniDataFetcher(Operation, Type) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getUniDataFetcher(Operation, Type) - Method in interface io.smallrye.graphql.spi.DataFetcherService
 
getUnwrapExceptions() - Method in interface io.smallrye.graphql.spi.config.Config
 
GQL_COMPLETE - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_CONNECTION_ACK - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_CONNECTION_ERROR - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_CONNECTION_INIT - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_CONNECTION_KEEP_ALIVE - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_CONNECTION_TERMINATE - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_DATA - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_ERROR - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_START - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GQL_STOP - io.smallrye.graphql.websocket.graphqlws.MessageType
 
GraphQLExceptionWhileDataFetching - Class in io.smallrye.graphql.execution.error
Simple way to override the message to only use the original exception message
GraphQLExceptionWhileDataFetching(ResultPath, Throwable, SourceLocation) - Constructor for class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
GraphQLExceptionWhileDataFetching(String, ResultPath, Throwable, SourceLocation) - Constructor for class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
GraphQLNamingStrategy - Class in io.smallrye.graphql.json
Naming strategy that take GraphQL annotations into account
GraphQLNamingStrategy(Map<String, String>) - Constructor for class io.smallrye.graphql.json.GraphQLNamingStrategy
 
GraphQLScalarTypes - Class in io.smallrye.graphql.scalar
Here we keep all the graphql-java scalars mapped by classname
GraphQLTransportWSSubprotocolHandler - Class in io.smallrye.graphql.websocket.graphqltransportws
Websocket subprotocol handler that implements the `graphql-transport-ws` subprotocol.
GraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession) - Constructor for class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
GraphQLTransportWSSubprotocolHandler(GraphQLWebSocketSession, ExecutionService) - Constructor for class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
Deprecated.
GraphQLWebsocketHandler - Interface in io.smallrye.graphql.websocket
 
GraphQLWebSocketSession - Interface in io.smallrye.graphql.websocket
This is a simple abstraction over a websocket session to be able to abstract away from the underlying API.
GraphQLWSSubprotocolHandler - Class in io.smallrye.graphql.websocket.graphqlws
Websocket subprotocol handler that implements the `graphql-ws` subprotocol.
GraphQLWSSubprotocolHandler(GraphQLWebSocketSession) - Constructor for class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
GraphQLWSSubprotocolHandler(GraphQLWebSocketSession, ExecutionService) - Constructor for class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
Deprecated.

H

handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.CompletionStageDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 
handleUserBatchLoad(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.CompletionStageDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 
handleUserMethodCall(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
hasAdaptToFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
hasAdaptWithFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
hasErrorInfo(String) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
hashCode() - Method in class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
hasTransformationFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 

I

in(Number) - Method in class io.smallrye.graphql.transformation.NumberTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.DurationTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.PeriodTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.UriTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.UrlTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.UuidTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.CharTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.DateTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.FormattedNumberTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.LegacyDateTransformer
 
in(OUT) - Method in interface io.smallrye.graphql.transformation.Transformer
 
init() - Static method in interface io.smallrye.graphql.spi.config.Config
 
InputFieldsInfo - Class in io.smallrye.graphql.json
Here we create a mapping of all fields in a input type that needs transformation and mapping
INSTANCE - Static variable in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
INSTANT - Static variable in class io.smallrye.graphql.execution.Classes
 
INTEGER - Static variable in class io.smallrye.graphql.execution.Classes
 
INTEGER_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
IntegerScalar - Class in io.smallrye.graphql.scalar.number
Scalar for Integer.
IntegerScalar() - Constructor for class io.smallrye.graphql.scalar.number.IntegerScalar
 
InterfaceOutputRegistry - Class in io.smallrye.graphql.execution.resolver
Here we register output objects that implements some interface We need this to resolve the correct concrete class
InterfaceResolver - Class in io.smallrye.graphql.execution.resolver
Resolve an interface.
InterfaceResolver(Type) - Constructor for class io.smallrye.graphql.execution.resolver.InterfaceResolver
 
invoke(Object...) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
invokeBatch(DataFetchingEnvironment, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractAsyncDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractStreamingDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
InvokeInfo - Class in io.smallrye.graphql.execution.event
Hold some information about the invocation
InvokeInfo() - Constructor for class io.smallrye.graphql.execution.event.InvokeInfo
 
InvokeInfo(Object, Method, Object[]) - Constructor for class io.smallrye.graphql.execution.event.InvokeInfo
 
invokePrivileged(ClassLoader, Object...) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
invokePrivileged(Object...) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
io.smallrye.graphql - package io.smallrye.graphql
 
io.smallrye.graphql.bootstrap - package io.smallrye.graphql.bootstrap
 
io.smallrye.graphql.execution - package io.smallrye.graphql.execution
 
io.smallrye.graphql.execution.context - package io.smallrye.graphql.execution.context
 
io.smallrye.graphql.execution.datafetcher - package io.smallrye.graphql.execution.datafetcher
 
io.smallrye.graphql.execution.datafetcher.helper - package io.smallrye.graphql.execution.datafetcher.helper
 
io.smallrye.graphql.execution.error - package io.smallrye.graphql.execution.error
 
io.smallrye.graphql.execution.event - package io.smallrye.graphql.execution.event
 
io.smallrye.graphql.execution.resolver - package io.smallrye.graphql.execution.resolver
 
io.smallrye.graphql.json - package io.smallrye.graphql.json
 
io.smallrye.graphql.scalar - package io.smallrye.graphql.scalar
 
io.smallrye.graphql.scalar.number - package io.smallrye.graphql.scalar.number
 
io.smallrye.graphql.scalar.time - package io.smallrye.graphql.scalar.time
 
io.smallrye.graphql.spi - package io.smallrye.graphql.spi
 
io.smallrye.graphql.spi.config - package io.smallrye.graphql.spi.config
 
io.smallrye.graphql.transformation - package io.smallrye.graphql.transformation
 
io.smallrye.graphql.websocket - package io.smallrye.graphql.websocket
 
io.smallrye.graphql.websocket.graphqltransportws - package io.smallrye.graphql.websocket.graphqltransportws
 
io.smallrye.graphql.websocket.graphqlws - package io.smallrye.graphql.websocket.graphqlws
 
isAllowGet() - Method in interface io.smallrye.graphql.spi.config.Config
 
isAllowPostWithQueryParameters() - Method in interface io.smallrye.graphql.spi.config.Config
 
isBoolean(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isCharacter(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isClosed() - Method in interface io.smallrye.graphql.websocket.GraphQLWebSocketSession
 
isCollection(Object) - Static method in class io.smallrye.graphql.execution.Classes
 
isDateLikeType(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isDuration(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isEventsEnabled() - Method in interface io.smallrye.graphql.spi.config.Config
 
isGraphQLScalarType(String) - Static method in class io.smallrye.graphql.scalar.GraphQLScalarTypes
 
isIncludeDirectivesInSchema() - Method in interface io.smallrye.graphql.spi.config.Config
 
isIncludeIntrospectionTypesInSchema() - Method in interface io.smallrye.graphql.spi.config.Config
 
isIncludeScalarsInSchema() - Method in interface io.smallrye.graphql.spi.config.Config
 
isIncludeSchemaDefinitionInSchema() - Method in interface io.smallrye.graphql.spi.config.Config
 
isInRange(BigInteger) - Method in interface io.smallrye.graphql.scalar.number.Converter
 
isListed(Class, List<String>) - Method in interface io.smallrye.graphql.spi.config.Config
 
isListed(Throwable, List<String>) - Method in interface io.smallrye.graphql.spi.config.Config
 
isMap(Object) - Static method in class io.smallrye.graphql.execution.Classes
 
isMetricsEnabled() - Method in interface io.smallrye.graphql.spi.config.Config
 
isNumberLikeType(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isPeriod(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isPrimitive(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isPrimitiveOf(String, String) - Static method in class io.smallrye.graphql.execution.Classes
Tests, if boxedType is the wrapper-type of primitiveType.
isPrintDataFetcherException() - Method in interface io.smallrye.graphql.spi.config.Config
 
isResolvable(Class<?>) - Method in interface io.smallrye.graphql.spi.LookupService
 
isTracingEnabled() - Method in interface io.smallrye.graphql.spi.config.Config
 
isURI(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isURL(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isUUID(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isValidationEnabled() - Method in interface io.smallrye.graphql.spi.config.Config
 

J

JsonBCreator - Class in io.smallrye.graphql.json
Here we create JsonB Objects for certain input object.
JsonInputRegistry - Class in io.smallrye.graphql.json
Here we register input objects to be used when creating method calls For now we need to - hold a custom JsonB map for custom name mapping and - hold a map of all fields in input types that needs transforming
JsonObjectResponseWriter - Class in io.smallrye.graphql.execution
A default implementation for Execution Response Writer

K

keepAliveSender - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 

L

LAST_IN_FIRST_OUT - Static variable in class io.smallrye.graphql.execution.event.Priorities
 
LegacyDateTransformer - Class in io.smallrye.graphql.transformation
Handles legacy-date-formats (which aren't required by spec).
LegacyDateTransformer(Field) - Constructor for class io.smallrye.graphql.transformation.LegacyDateTransformer
 
load() - Static method in interface io.smallrye.graphql.spi.ClassloadingService
 
load() - Static method in interface io.smallrye.graphql.spi.LookupService
 
load(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
loadClass(String) - Method in interface io.smallrye.graphql.spi.ClassloadingService
 
loadClass(String, ClassLoader) - Method in interface io.smallrye.graphql.spi.ClassloadingService
 
LOCALDATE - Static variable in class io.smallrye.graphql.execution.Classes
 
LOCALDATETIME - Static variable in class io.smallrye.graphql.execution.Classes
 
LOCALTIME - Static variable in class io.smallrye.graphql.execution.Classes
 
log - Variable in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
log - Static variable in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
LOG - Static variable in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
LOG - Static variable in interface io.smallrye.graphql.spi.config.Config
 
LOG - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
logInput() - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
logOutput() - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 
logPayload() - Method in interface io.smallrye.graphql.spi.config.Config
 
LogPayloadOption - Enum in io.smallrye.graphql.spi.config
 
LONG - Static variable in class io.smallrye.graphql.execution.Classes
 
LONG_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
lookupService - Static variable in interface io.smallrye.graphql.spi.LookupService
 
LookupService - Interface in io.smallrye.graphql.spi
Lookup service that allows multiple DI frameworks to use this.
LookupService.DefaultLookupService - Class in io.smallrye.graphql.spi
Default Lookup service that gets used when none is provided with SPI.
LookupService.DefaultManagedInstance<T> - Class in io.smallrye.graphql.spi
 
lookupServices - Static variable in interface io.smallrye.graphql.spi.LookupService
 
LRUCache<K,​V> - Class in io.smallrye.graphql.execution
 

M

ManagedInstance<T> - Interface in io.smallrye.graphql.spi
 
mapAdapter - Variable in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
MessageType - Enum in io.smallrye.graphql.websocket.graphqltransportws
 
MessageType - Enum in io.smallrye.graphql.websocket.graphqlws
 
metricsNotSupportedWithoutCDI() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
metricsNotSupportedWithoutCDI() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
metricsNotSupportedWithoutCDI$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
msg - Static variable in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
MultiDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Stream calls with Multi
MultiDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 

N

newCollection(String, int) - Static method in class io.smallrye.graphql.execution.datafetcher.CollectionCreator
 
NEXT - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
noArgConstructorMissing(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noArgConstructorMissing(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
noArgConstructorMissing$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noGraphQLMethodsFound() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noGraphQLMethodsFound() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
noGraphQLMethodsFound$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
notAValidNumberType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
notAValidNumberType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
notAValidNumberType$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
notValidDateOrTimeType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
notValidDateOrTimeType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
notValidDateOrTimeType$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
NumberCoercing - Class in io.smallrye.graphql.scalar.number
The Coercing used by numbers
NumberCoercing(String, Converter, Class...) - Constructor for class io.smallrye.graphql.scalar.number.NumberCoercing
 
numberFormatException(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
numberFormatException(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
numberFormatException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
NumberTransformer - Class in io.smallrye.graphql.transformation
Converts between number-types.
NumberTransformer(Field) - Constructor for class io.smallrye.graphql.transformation.NumberTransformer
 
NumberTransformer(String) - Constructor for class io.smallrye.graphql.transformation.NumberTransformer
 

O

off - io.smallrye.graphql.spi.config.LogPayloadOption
 
OFFSETDATETIME - Static variable in class io.smallrye.graphql.execution.Classes
 
OFFSETTIME - Static variable in class io.smallrye.graphql.execution.Classes
 
onClose() - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
onClose() - Method in interface io.smallrye.graphql.websocket.GraphQLWebsocketHandler
 
onEnd() - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
onEnd() - Method in interface io.smallrye.graphql.websocket.GraphQLWebsocketHandler
 
onException(DataFetcherExceptionHandlerParameters) - Method in class io.smallrye.graphql.execution.error.ExceptionHandler
 
onMessage(JsonObject) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
onMessage(JsonObject) - Method in class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
onMessage(JsonObject) - Method in class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
onMessage(String) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
onMessage(String) - Method in interface io.smallrye.graphql.websocket.GraphQLWebsocketHandler
Called when a message arrives and needs to be handled.
onThrowable(Throwable) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
onThrowable(Throwable) - Method in interface io.smallrye.graphql.websocket.GraphQLWebsocketHandler
 
openTracingNotSupportedWithoutCDI() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
openTracingNotSupportedWithoutCDI() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
openTracingNotSupportedWithoutCDI$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
operation - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
operationInvoker - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
OperationInvoker - Class in io.smallrye.graphql.execution.datafetcher.helper
Invoke methods on Operation class
OperationInvoker(Operation) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.OperationInvoker
 
OPTIONAL - Static variable in class io.smallrye.graphql.execution.Classes
 
out(IN) - Method in interface io.smallrye.graphql.transformation.Transformer
 
out(Character) - Method in class io.smallrye.graphql.transformation.CharTransformer
 
out(Number) - Method in class io.smallrye.graphql.transformation.FormattedNumberTransformer
 
out(Number) - Method in class io.smallrye.graphql.transformation.NumberTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.DurationTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.PeriodTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.UriTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.UrlTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.UuidTransformer
 
out(Temporal) - Method in class io.smallrye.graphql.transformation.DateTransformer
 
out(Date) - Method in class io.smallrye.graphql.transformation.LegacyDateTransformer
 
override(Map<String, Jsonb>) - Static method in class io.smallrye.graphql.json.JsonBCreator
 
override(Map<String, Jsonb>) - Static method in class io.smallrye.graphql.json.JsonInputRegistry
Override Jsonb config for particular classes by the Jsonb instances supplied by the user via an EventingService
overrideJsonbConfig() - Method in interface io.smallrye.graphql.spi.EventingService
 

P

parseLiteral(Object) - Method in class io.smallrye.graphql.scalar.number.NumberCoercing
 
parseLiteral(Object) - Method in class io.smallrye.graphql.scalar.time.DateCoercing
 
parseValue(Object) - Method in class io.smallrye.graphql.scalar.number.NumberCoercing
 
parseValue(Object) - Method in class io.smallrye.graphql.scalar.time.DateCoercing
 
payloadIn(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
payloadIn(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
payloadIn$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
payloadOut(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
payloadOut(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
payloadOut$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
PERIOD - Static variable in class io.smallrye.graphql.execution.Classes
 
PERIOD_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
PeriodScalar - Class in io.smallrye.graphql.scalar.time
 
PeriodScalar() - Constructor for class io.smallrye.graphql.scalar.time.PeriodScalar
 
PeriodTransformer - Class in io.smallrye.graphql.transformation
 
PeriodTransformer() - Constructor for class io.smallrye.graphql.transformation.PeriodTransformer
 
PING - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
PlugableDataFetcher<K,​T> - Interface in io.smallrye.graphql.execution.datafetcher
Allows DataFetchers to be plugged
PONG - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
populateFromDataFetchingEnvironment(Type, Field, DataFetchingEnvironment) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
This will populate the provided smallRyeContext from the GraphQL-Java DataFetchingEnvironment, and is per field.
populateFromExecutionInput(ExecutionInput, QueryCache) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
This will populate the context with the input, and happens on every new request, just before GraphQL execute is called
print(GraphQLSchema) - Method in class io.smallrye.graphql.execution.SchemaPrinter
 
Priorities - Class in io.smallrye.graphql.execution.event
Constants used in combination with javax.annotation.Priority to control the invocation order of EventingServices in EventEmitter
Priorities() - Constructor for class io.smallrye.graphql.execution.event.Priorities
 
PublisherDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Stream calls with Publisher
PublisherDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 

Q

queryAndVariables - io.smallrye.graphql.spi.config.LogPayloadOption
 
QueryCache - Class in io.smallrye.graphql.execution
 
QueryCache() - Constructor for class io.smallrye.graphql.execution.QueryCache
 
queryOnly - io.smallrye.graphql.spi.config.LogPayloadOption
 

R

readResolve() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
ReflectionInvoker - Class in io.smallrye.graphql.execution.datafetcher.helper
Invoke methods using reflection
ReflectionInvoker(String) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
ReflectionInvoker(String, String, List<String>) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
register(InputType) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
register(InputType) - Static method in class io.smallrye.graphql.json.JsonBCreator
 
register(InputType) - Static method in class io.smallrye.graphql.json.JsonInputRegistry
 
register(Type, GraphQLObjectType) - Static method in class io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
 
register(Map<String, ErrorInfo>) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
restore(SmallRyeContext) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
restoreSmallRyeContext(DataFetchingEnvironment) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
retrievedFromCache(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
retrievedFromCache(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
retrievedFromCache$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 

S

SchemaPrinter - Class in io.smallrye.graphql.execution
Printing the schema
SchemaPrinter() - Constructor for class io.smallrye.graphql.execution.SchemaPrinter
 
sendCancelMessage(JsonObject) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
sendConnectionAckMessage() - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
sendDataMessage(JsonObject) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
sendErrorMessage(String, ExecutionResponse) - Method in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
sendErrorMessage(String, ExecutionResponse) - Method in class io.smallrye.graphql.websocket.graphqltransportws.GraphQLTransportWSSubprotocolHandler
 
sendErrorMessage(String, ExecutionResponse) - Method in class io.smallrye.graphql.websocket.graphqlws.GraphQLWSSubprotocolHandler
 
sendMessage(String) - Method in interface io.smallrye.graphql.websocket.GraphQLWebSocketSession
 
serialize(Object) - Method in class io.smallrye.graphql.scalar.number.NumberCoercing
 
serialize(Object) - Method in class io.smallrye.graphql.scalar.time.DateCoercing
 
SERVER_ERROR_DEFAULT_MESSAGE - Static variable in interface io.smallrye.graphql.spi.config.Config
 
session - Variable in class io.smallrye.graphql.websocket.AbstractGraphQLWebsocketHandler
 
setArguments(Map<String, A>) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setDataFetchingEnvironment(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setDocumentSupplier(DocumentSupplier) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setExecutionId(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setExecutionInput(ExecutionInput) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setField(Field) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setFieldName(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setMethod(String, List<String>) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
setOperationInstance(Object) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setOperationMethod(Method) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setOperationName(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setOperationTransformedArguments(Object[]) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setOperationType(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setParentTypeName(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setPath(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setQueryCache(QueryCache) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setRequest(JsonObject) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setRequestedOperationTypes(List<String>) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setSelectedAndSourceFields(JsonArray) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setSelectedFields(JsonArray) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setSource(S) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
SHORT - Static variable in class io.smallrye.graphql.execution.Classes
 
SHORT_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
shouldAdapt(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
Checks if we should adapt the field This is (for now) only applying to AdaptWith
shouldEmitEvents() - Method in interface io.smallrye.graphql.spi.config.Config
 
shouldHide(Throwable) - Method in interface io.smallrye.graphql.spi.config.Config
 
shouldShow(Throwable) - Method in interface io.smallrye.graphql.spi.config.Config
 
shouldTransform(Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
Checks, if this field is a scalar and the object has the wrong type.
shouldUnwrapThrowable(Throwable) - Method in interface io.smallrye.graphql.spi.config.Config
 
SmallRyeContext - Class in io.smallrye.graphql.execution.context
Implements the Context from MicroProfile API.
SmallRyeContext(String) - Constructor for class io.smallrye.graphql.execution.context.SmallRyeContext
 
SmallRyeContextManager - Class in io.smallrye.graphql.execution.context
Adds methods to make the life cycle of the context easy to implement
SmallRyeContextManager() - Constructor for class io.smallrye.graphql.execution.context.SmallRyeContextManager
 
SmallRyeGraphQLServerLogging - Interface in io.smallrye.graphql
 
SmallRyeGraphQLServerLogging_$logger - Class in io.smallrye.graphql
Warning this class consists of generated code.
SmallRyeGraphQLServerLogging_$logger(Logger) - Constructor for class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
SmallRyeGraphQLServerMessages - Interface in io.smallrye.graphql
 
SmallRyeGraphQLServerMessages_$bundle - Class in io.smallrye.graphql
Warning this class consists of generated code.
SmallRyeGraphQLServerMessages_$bundle() - Constructor for class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
SQL_DATE - Static variable in class io.smallrye.graphql.execution.Classes
 
SQL_TIME - Static variable in class io.smallrye.graphql.execution.Classes
 
SQL_TIMESTAMP - Static variable in class io.smallrye.graphql.execution.Classes
 
stringInputForVariables(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
stringInputForVariables(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
stringInputForVariables$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
SUBSCRIBE - io.smallrye.graphql.websocket.graphqltransportws.MessageType
 
SUPPORTED_TYPES - Static variable in class io.smallrye.graphql.transformation.LegacyDateTransformer
 

T

TimeScalar - Class in io.smallrye.graphql.scalar.time
Scalar for Time.
TimeScalar() - Constructor for class io.smallrye.graphql.scalar.time.TimeScalar
 
to(Map<K, V>, List<K>, Field) - Method in class io.smallrye.graphql.execution.datafetcher.helper.DefaultMapAdapter
 
toGraphQLErrors(DataFetchingEnvironment, Throwable) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ErrorResultHelper
 
toJsonErrors(List<GraphQLError>) - Method in class io.smallrye.graphql.execution.error.ExecutionErrorsService
 
toString() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
toString() - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionInvoker
 
transformer(Field) - Static method in interface io.smallrye.graphql.transformation.Transformer
 
Transformer<IN,​OUT> - Interface in io.smallrye.graphql.transformation
Transforms incoming Transformer.in(Object) and outgoing Transformer.out(Object) objects to correct types and formats.
transformError(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
transformError(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
transformError$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
TransformException - Exception in io.smallrye.graphql.transformation
Exception thrown when the transformation failed on input parameters or return object.
TransformException(Throwable, Field, Object) - Constructor for exception io.smallrye.graphql.transformation.TransformException
 
transformOrAdapt(Object, Field, DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.AbstractHelper
 
transformOrAdaptResponse(Object, DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.helper.FieldHelper
 
translateName(String) - Method in class io.smallrye.graphql.json.GraphQLNamingStrategy
 
type - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 

U

UniDataFetcher<K,​T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Async calls with Uni
UniDataFetcher(Operation, Type) - Constructor for class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
unknownDateFormat(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownDateFormat(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unknownDateFormat$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownPrimitiveType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownPrimitiveType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unknownPrimitiveType$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unsupportedWrappedClass(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unsupportedWrappedClass(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unsupportedWrappedClass$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unwrap(Field, boolean) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
unwrap(Class<T>) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
URI - Static variable in class io.smallrye.graphql.execution.Classes
 
URI_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
UriTransformer - Class in io.smallrye.graphql.transformation
 
UriTransformer() - Constructor for class io.smallrye.graphql.transformation.UriTransformer
 
URL - Static variable in class io.smallrye.graphql.execution.Classes
 
URL_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
UrlTransformer - Class in io.smallrye.graphql.transformation
 
UrlTransformer() - Constructor for class io.smallrye.graphql.transformation.UrlTransformer
 
usingClassLoadingService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingClassLoadingService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingClassLoadingService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingContextPropagationService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingContextPropagationService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingContextPropagationService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingLookupService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingLookupService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingLookupService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingMetricsService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingMetricsService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingMetricsService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingTracingService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingTracingService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingTracingService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
UTIL_DATE - Static variable in class io.smallrye.graphql.execution.Classes
 
UUID - Static variable in class io.smallrye.graphql.execution.Classes
 
UUID_TRANSFORMER - Static variable in interface io.smallrye.graphql.transformation.Transformer
 
UuidTransformer - Class in io.smallrye.graphql.transformation
 
UuidTransformer() - Constructor for class io.smallrye.graphql.transformation.UuidTransformer
 

V

valueOf(String) - Static method in enum io.smallrye.graphql.spi.config.LogPayloadOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.websocket.graphqltransportws.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.graphql.websocket.graphqlws.MessageType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.smallrye.graphql.spi.config.LogPayloadOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.websocket.graphqltransportws.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.graphql.websocket.graphqlws.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(ExecutionResponse) - Method in interface io.smallrye.graphql.execution.ExecutionResponseWriter
 
write(ExecutionResponse) - Method in class io.smallrye.graphql.execution.JsonObjectResponseWriter
 

Z

ZONEDDATETIME - Static variable in class io.smallrye.graphql.execution.Classes
 
A B C D E F G H I J K L M N O P Q R S T U V W Z 
All Classes All Packages