Skip navigation links
A B C D E F G H I J L M N O P Q R S T U W Z 

A

AbstractDataFetcher<K,T> - Class in io.smallrye.graphql.execution.datafetcher
The abstract data fetcher
AbstractDataFetcher(Operation, Config) - 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
 
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
 
addedToCache(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
addedToCache(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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) - 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) - 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

B

BatchDataFetcher<T> - Class in io.smallrye.graphql.execution.datafetcher
Fetch data using using a batchloader
BatchDataFetcher(Operation, Config) - 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 - Class in io.smallrye.graphql.bootstrap
Bootstrap MicroProfile GraphQL This create a graphql-java model from the smallrye model
bootstrap(Schema) - Static method in class io.smallrye.graphql.bootstrap.Bootstrap
 
bootstrap(Schema, Config) - Static method in class io.smallrye.graphql.bootstrap.Bootstrap
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
canNotInjectClass(String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotInjectClass$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotLoadClass(String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
canNotLoadClass(String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
canNotLoadClass$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
cantParseDate(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
cantParseDate(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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 - Interface in io.smallrye.graphql.spi
Classloading service that will load classes By default, TCCL will be use.
classloadingService - Static variable in interface io.smallrye.graphql.spi.ClassloadingService
 
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
 
clearedContext(Map<String, String>) - Method in class io.smallrye.graphql.execution.context.SmallRyeContextThreadContextProvider
 
coercingParseLiteralException(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseLiteralException(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseLiteralException(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseLiteralException(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingParseValueException(String, String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingParseValueException$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
coercingSerializeException(String, String, Exception) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
coercingSerializeException(String, String, Exception) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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
 
CompletionStageDataFetcher<K,T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Async calls with CompletableFuture
CompletionStageDataFetcher(Operation, Config) - Constructor for class io.smallrye.graphql.execution.datafetcher.CompletionStageDataFetcher
 
concreteClassNotFoundForInterface(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
concreteClassNotFoundForInterface(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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(Throwable) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
ConcreteImplementationNotFoundException(String, Throwable, boolean, boolean) - Constructor for exception io.smallrye.graphql.execution.resolver.ConcreteImplementationNotFoundException
 
Config - Interface in io.smallrye.graphql.bootstrap
Configuration for GraphQL
Converter - Interface in io.smallrye.graphql.scalar.number
Convert to the correct Type
countNotGetInstance(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
countNotGetInstance(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
countNotGetInstance$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
createOperation(Operation) - Method in interface io.smallrye.graphql.spi.EventingService
 
currentContext(Map<String, String>) - Method in class io.smallrye.graphql.execution.context.SmallRyeContextThreadContextProvider
 

D

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(Operation, Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
dataFetcherException(Operation, Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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(Config) - Constructor for class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
dataFetchingError(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
dataFetchingError(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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 - Class in io.smallrye.graphql.transformation
Handles date and time-types from java.time.
DateTransformer(Field, String) - Constructor for class io.smallrye.graphql.transformation.DateTransformer
 
DateTransformer(Field) - Constructor for class io.smallrye.graphql.transformation.DateTransformer
 
dateTransformer(Field) - Static method in interface io.smallrye.graphql.transformation.Transformer
 
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, Config) - Constructor for class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
DefaultLookupService() - Constructor for class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
dontKnowHoToHandleArgument(String, String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
dontKnowHoToHandleArgument(String, String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
duplicateOperation(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
emptyOrNullSchema() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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_EXTENSION_ALL_KNOWN - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_CLASSIFICATION - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_CODE - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_DESCRIPTION - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_EXCEPTION - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_QUERY_PATH - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
ERROR_EXTENSION_VALIDATION_ERROR_TYPE - Static variable in interface io.smallrye.graphql.bootstrap.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(Config) - 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(Config) - Constructor for class io.smallrye.graphql.execution.error.ExceptionHandler
 
ExceptionLists - Class in io.smallrye.graphql.execution.error
Class that hold the exceptions to the exceptions
ExceptionLists(Optional<List<String>>, Optional<List<String>>) - Constructor for class io.smallrye.graphql.execution.error.ExceptionLists
 
execute(JsonObject) - Method in class io.smallrye.graphql.execution.ExecutionService
 
ExecutionErrorsService - Class in io.smallrye.graphql.execution.error
Help to create the exceptions
ExecutionErrorsService(Config) - 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(Throwable) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionException(String, Throwable, boolean, boolean) - Constructor for exception io.smallrye.graphql.execution.ExecutionException
 
ExecutionResponse - Class in io.smallrye.graphql.execution
Response from an execution
ExecutionResponse(ExecutionResult, Config) - Constructor for class io.smallrye.graphql.execution.ExecutionResponse
 
ExecutionService - Class in io.smallrye.graphql.execution
Executing the GraphQL request
ExecutionService(Config, GraphQLSchema, List<Operation>, boolean) - Constructor for class io.smallrye.graphql.execution.ExecutionService
 

F

FIELD_VISIBILITY_DEFAULT - Static variable in interface io.smallrye.graphql.bootstrap.Config
 
FIELD_VISIBILITY_NO_INTROSPECTION - Static variable in interface io.smallrye.graphql.bootstrap.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, 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
 
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
 
fromBigDecimal(BigDecimal) - Method in interface io.smallrye.graphql.scalar.number.Converter
 
fromBigInteger(BigInteger) - Method in interface io.smallrye.graphql.scalar.number.Converter
 

G

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
 
get() - Static method in interface io.smallrye.graphql.spi.ClassloadingService
 
get() - Static method in interface io.smallrye.graphql.spi.LookupService
 
getArgument(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
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(List<K>, BatchLoaderEnvironment) - 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
 
getClass(Class<?>) - Method in class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
getClass(Class<?>) - Method in interface io.smallrye.graphql.spi.LookupService
 
getConfigKey() - Method in interface io.smallrye.graphql.spi.EventingService
 
getConfigValue(String, Class<T>, T) - Method in interface io.smallrye.graphql.bootstrap.Config
 
getContext() - Method in class io.smallrye.graphql.execution.context.SmallRyeBatchLoaderContextProvider
 
getContext() - Static method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getCreatorParameters(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getDataFetcher(Operation) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getDefaultErrorMessage() - Method in interface io.smallrye.graphql.bootstrap.Config
 
getDocument(ExecutionInput, Function<ExecutionInput, PreparsedDocumentEntry>) - Method in class io.smallrye.graphql.execution.QueryCache
 
getErrorExtensionFields() - Method in interface io.smallrye.graphql.bootstrap.Config
 
getErrorInfo(String) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
getExecutionId() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
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
 
getFieldName() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getFieldVisibility() - Method in interface io.smallrye.graphql.bootstrap.Config
 
getForDataLoader(DataLoader) - Static method in class io.smallrye.graphql.execution.context.SmallRyeBatchLoaderContextProvider
 
getGraphQLObjectType(Type, String) - Static method in class io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
 
getHideErrorMessageList() - Method in interface io.smallrye.graphql.bootstrap.Config
 
getInstance(Config) - Static method in class io.smallrye.graphql.execution.event.EventEmitter
 
getInstance(Class<?>) - Method in class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
getInstance(Class<?>) - Method in interface io.smallrye.graphql.spi.LookupService
 
getJsonB(String) - Static method in class io.smallrye.graphql.json.JsonBCreator
 
getJsonB() - 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
 
getMappingFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
getMessage() - Method in class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
getName(Operation) - Method in class io.smallrye.graphql.execution.datafetcher.helper.BatchLoaderHelper
 
getName() - Method in class io.smallrye.graphql.spi.ClassloadingService.DefaultClassloadingService
 
getName() - Method in interface io.smallrye.graphql.spi.ClassloadingService
 
getName() - Method in class io.smallrye.graphql.spi.LookupService.DefaultLookupService
 
getName() - Method in interface io.smallrye.graphql.spi.LookupService
 
getOperationInstance() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationMethod() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationTransformedArguments() - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
getOperationType() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getParentTypeName() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getPath() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getPrimativeClassType(String) - Static method in class io.smallrye.graphql.execution.Classes
 
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
 
getSelectedFields(boolean) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getShowErrorMessageList() - Method in interface io.smallrye.graphql.bootstrap.Config
 
getSmallRyeContext(DataFetchingEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
getSource() - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
getSourceBatchLoader(Operation) - Method in class io.smallrye.graphql.bootstrap.DataFetcherFactory
 
getSupportedClasses() - Method in class io.smallrye.graphql.scalar.AbstractScalar
 
getThreadContextType() - Method in class io.smallrye.graphql.execution.context.SmallRyeContextThreadContextProvider
 
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
 
getUnwrapExceptions() - Method in interface io.smallrye.graphql.bootstrap.Config
 
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

H

hasArgument(String) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
hasErrorInfo(String) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
hashCode() - Method in class io.smallrye.graphql.execution.error.GraphQLExceptionWhileDataFetching
 
hasMappingFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 
hasTransformationFields(String) - Static method in class io.smallrye.graphql.json.InputFieldsInfo
 

I

in(String) - Method in class io.smallrye.graphql.transformation.CharTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.DateTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.DurationTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.FormattedNumberTransformer
 
in(String) - Method in class io.smallrye.graphql.transformation.LegacyDateTransformer
 
in(Number) - Method in class io.smallrye.graphql.transformation.NumberTransformer
 
in(Object) - Method in class io.smallrye.graphql.transformation.PeriodTransformer
 
in(OUT) - Method in interface io.smallrye.graphql.transformation.Transformer
 
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
 
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.ReflectionHelper
 
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.CompletionStageDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 
invokeAndTransform(DataFetchingEnvironment, DataFetcherResult.Builder<Object>, Object[]) - Method in class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
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.CompletionStageDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 
invokeFailure(DataFetcherResult.Builder<Object>) - Method in class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
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(Object...) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionHelper
 
invokePrivileged(ClassLoader, Object...) - Method in class io.smallrye.graphql.execution.datafetcher.helper.ReflectionHelper
 
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.transformation - package io.smallrye.graphql.transformation
 
isAllowGet() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isAllowPostWithQueryParameters() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isBoolean(String) - Static method in class io.smallrye.graphql.execution.Classes
 
isCharacter(String) - Static method in class io.smallrye.graphql.execution.Classes
 
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.bootstrap.Config
 
isGraphQLScalarType(String) - Static method in class io.smallrye.graphql.scalar.GraphQLScalarTypes
 
isIncludeDirectivesInSchema() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isIncludeIntrospectionTypesInSchema() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isIncludeScalarsInSchema() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isIncludeSchemaDefinitionInSchema() - Method in interface io.smallrye.graphql.bootstrap.Config
 
isInRange(BigInteger) - Method in interface io.smallrye.graphql.scalar.number.Converter
 
isMetricsEnabled() - Method in interface io.smallrye.graphql.bootstrap.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.bootstrap.Config
 
isTracingEnabled() - Method in interface io.smallrye.graphql.bootstrap.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.bootstrap.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 og all fields in input types that needs transforming

L

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(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.CompletionStageDataFetcher
 
load(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.DefaultDataFetcher
 
load(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 
load(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 
load(List<K>, BatchLoaderEnvironment) - Method in class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
load() - Static method in interface io.smallrye.graphql.spi.ClassloadingService
 
load() - Static method in interface io.smallrye.graphql.spi.LookupService
 
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 - Static variable in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
log - Variable in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
logPayload() - Method in interface io.smallrye.graphql.bootstrap.Config
 
LONG - Static variable in class io.smallrye.graphql.execution.Classes
 
LONG_PRIMATIVE - Static variable in class io.smallrye.graphql.execution.Classes
 
LookupService - Interface in io.smallrye.graphql.spi
Lookup service that allows multiple DI frameworks to use this.
lookupService - Static variable in interface io.smallrye.graphql.spi.LookupService
 
LookupService.DefaultLookupService - Class in io.smallrye.graphql.spi
Default Lookup service that gets used when none is provided with SPI.
lookupServices - Static variable in interface io.smallrye.graphql.spi.LookupService
 
LRUCache<K,V> - Class in io.smallrye.graphql.execution
 

M

metricsNotSupportedWithoutCDI() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
metricsNotSupportedWithoutCDI() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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, Config) - Constructor for class io.smallrye.graphql.execution.datafetcher.MultiDataFetcher
 

N

newCollection(String, int) - Static method in class io.smallrye.graphql.execution.datafetcher.CollectionCreator
 
noArgConstructorMissing(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
noArgConstructorMissing(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noArgConstructorMissing$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noGraphQLMethodsFound() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
noGraphQLMethodsFound() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
noGraphQLMethodsFound$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
notAValidNumberType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
notAValidNumberType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
notAValidNumberType$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
notValidDateOrTimeType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
notValidDateOrTimeType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
numberFormatException(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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

OFFSETDATETIME - Static variable in class io.smallrye.graphql.execution.Classes
 
OFFSETTIME - Static variable in class io.smallrye.graphql.execution.Classes
 
onException(DataFetcherExceptionHandlerParameters) - Method in class io.smallrye.graphql.execution.error.ExceptionHandler
 
openTracingNotSupportedWithoutCDI() - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
openTracingNotSupportedWithoutCDI() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
openTracingNotSupportedWithoutCDI$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
operation - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
OPTIONAL - Static variable in class io.smallrye.graphql.execution.Classes
 
out(Character) - Method in class io.smallrye.graphql.transformation.CharTransformer
 
out(Temporal) - Method in class io.smallrye.graphql.transformation.DateTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.DurationTransformer
 
out(Number) - Method in class io.smallrye.graphql.transformation.FormattedNumberTransformer
 
out(Date) - Method in class io.smallrye.graphql.transformation.LegacyDateTransformer
 
out(Number) - Method in class io.smallrye.graphql.transformation.NumberTransformer
 
out(Object) - Method in class io.smallrye.graphql.transformation.PeriodTransformer
 
out(IN) - Method in interface io.smallrye.graphql.transformation.Transformer
 
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
 

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 interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
payloadIn(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
payloadIn$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
payloadOut(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
payloadOut(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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
 
print(GraphQLSchema) - Method in class io.smallrye.graphql.execution.SchemaPrinter
 
PublisherDataFetcher<K,T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Stream calls with Publisher
PublisherDataFetcher(Operation, Config) - Constructor for class io.smallrye.graphql.execution.datafetcher.PublisherDataFetcher
 

Q

QueryCache - Class in io.smallrye.graphql.execution
 
QueryCache() - Constructor for class io.smallrye.graphql.execution.QueryCache
 

R

readResolve() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
reflectionHelper - Variable in class io.smallrye.graphql.execution.datafetcher.AbstractDataFetcher
 
ReflectionHelper - Class in io.smallrye.graphql.execution.datafetcher.helper
Help with reflection on an operation
ReflectionHelper(Operation, EventEmitter) - Constructor for class io.smallrye.graphql.execution.datafetcher.helper.ReflectionHelper
 
register(JsonObject) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
register(Map<String, ErrorInfo>) - Static method in class io.smallrye.graphql.execution.error.ErrorInfoMap
 
register(Type, GraphQLObjectType) - Static method in class io.smallrye.graphql.execution.resolver.InterfaceOutputRegistry
 
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
 
remove() - Static method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
retrievedFromCache(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
retrievedFromCache(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
retrievedFromCache$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 

S

SchemaPrinter - Class in io.smallrye.graphql.execution
Printing the schema
SchemaPrinter(Config) - Constructor for class io.smallrye.graphql.execution.SchemaPrinter
 
serialize(Object) - Method in class io.smallrye.graphql.scalar.number.NumberCoercing
 
serialize(Object) - Method in class io.smallrye.graphql.scalar.time.DateCoercing
 
set(SmallRyeContext) - Method in class io.smallrye.graphql.execution.context.SmallRyeBatchLoaderContextProvider
 
setContext(SmallRyeContext) - Static method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
setDataLoader(DataLoader) - Method in class io.smallrye.graphql.execution.context.SmallRyeBatchLoaderContextProvider
 
setOperationInstance(Object) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setOperationMethod(Method) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setOperationTransformedArguments(Object[]) - Method in class io.smallrye.graphql.execution.event.InvokeInfo
 
setSchema(Schema) - Static 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
 
shouldEmitEvents() - Method in interface io.smallrye.graphql.bootstrap.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.
SmallRyeBatchLoaderContextProvider - Class in io.smallrye.graphql.execution.context
 
SmallRyeBatchLoaderContextProvider() - Constructor for class io.smallrye.graphql.execution.context.SmallRyeBatchLoaderContextProvider
 
SmallRyeContext - Class in io.smallrye.graphql.execution.context
Implements the Context from MicroProfile API.
SmallRyeContext(JsonObject) - Constructor for class io.smallrye.graphql.execution.context.SmallRyeContext
 
SmallRyeContext(JsonObject, DataFetchingEnvironment, ExecutionInput, QueryCache, Field) - Constructor for class io.smallrye.graphql.execution.context.SmallRyeContext
 
SmallRyeContextThreadContextProvider - Class in io.smallrye.graphql.execution.context
 
SmallRyeContextThreadContextProvider() - Constructor for class io.smallrye.graphql.execution.context.SmallRyeContextThreadContextProvider
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
stringInputForVariables(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
stringInputForVariables$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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
 
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
 
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.
transformer(Field) - Static method in interface io.smallrye.graphql.transformation.Transformer
 
transformError(Throwable) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
transformError(Throwable) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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
 
transformResponse(Object) - Method in class io.smallrye.graphql.execution.datafetcher.helper.FieldHelper
 
translateName(String) - Method in class io.smallrye.graphql.json.GraphQLNamingStrategy
 
TYPE - Static variable in class io.smallrye.graphql.execution.context.SmallRyeContextThreadContextProvider
 

U

UniDataFetcher<K,T> - Class in io.smallrye.graphql.execution.datafetcher
Handle Async calls with Uni
UniDataFetcher(Operation, Config) - Constructor for class io.smallrye.graphql.execution.datafetcher.UniDataFetcher
 
unknownDateFormat(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unknownDateFormat(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownDateFormat$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownPrimitiveType(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unknownPrimitiveType(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unknownPrimitiveType$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
unsupportedWrappedClass(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
 
unsupportedWrappedClass(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
 
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
 
unwrapExceptions - Variable in class io.smallrye.graphql.execution.error.ExceptionHandler
 
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 interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingClassLoadingService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingClassLoadingService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingContextPropagationService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingContextPropagationService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingContextPropagationService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingLookupService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingLookupService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingLookupService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingMetricsService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingMetricsService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingMetricsService$str() - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
usingTracingService(String) - Method in interface io.smallrye.graphql.SmallRyeGraphQLServerLogging
 
usingTracingService(String) - Method in class io.smallrye.graphql.SmallRyeGraphQLServerLogging_$logger
 
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
 

W

withDataFromExecution(ExecutionInput) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
withDataFromExecution(ExecutionInput, QueryCache) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 
withDataFromFetcher(DataFetchingEnvironment, Field) - Method in class io.smallrye.graphql.execution.context.SmallRyeContext
 

Z

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

Copyright © 2018–2021. All rights reserved.