JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
E
F
G
H
I
L
M
P
S
T
U
V
W
A
AfterDataFetch
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired after DataFetch
afterDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
afterDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MetricsService
afterDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MicrometerMetricsService
afterDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MPMetricsService
afterDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
AfterDataFetch.AfterDataFetchLiteral
- Class in
io.smallrye.graphql.cdi.event
AfterDataFetchLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
AfterDataFetch.AfterDataFetchLiteral
AfterExecute
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired after execute
afterExecute(Context)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
AfterExecute.AfterExecuteLiteral
- Class in
io.smallrye.graphql.cdi.event
AfterExecuteLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
AfterExecute.AfterExecuteLiteral
ALLOW_GET
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
appendDataFetcherResult(DataFetcherResult.Builder<Object>, DataFetchingEnvironment)
- Method in exception io.smallrye.graphql.cdi.validation.
BeanValidationException
B
BeanValidationError
- Class in
io.smallrye.graphql.cdi.validation
BeanValidationError(ConstraintViolation<Object>, List<NamedNode<?>>)
- Constructor for class io.smallrye.graphql.cdi.validation.
BeanValidationError
BeanValidationException
- Exception in
io.smallrye.graphql.cdi.validation
BeanValidationException(Set<ConstraintViolation<Object>>, Method)
- Constructor for exception io.smallrye.graphql.cdi.validation.
BeanValidationException
BeforeDataFetch
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired before DataFetch
beforeDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
beforeDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MetricsService
beforeDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MicrometerMetricsService
beforeDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.metrics.
MPMetricsService
beforeDataFetch(Context)
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
BeforeDataFetch.BeforeDataFetchLiteral
- Class in
io.smallrye.graphql.cdi.event
BeforeDataFetchLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
BeforeDataFetch.BeforeDataFetchLiteral
BeforeExecute
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired before execute
beforeExecute(Context)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
beforeExecute(Context)
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
BeforeExecute.BeforeExecuteLiteral
- Class in
io.smallrye.graphql.cdi.event
BeforeExecuteLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
BeforeExecute.BeforeExecuteLiteral
beforeGraphQLBuild(GraphQL.Builder)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
beforeInvoke(InvokeInfo)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
beforeInvoke(InvokeInfo)
- Method in class io.smallrye.graphql.cdi.validation.
ValidationService
beforeSchemaBuild(GraphQLSchema.Builder)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
C
CdiLookupService
- Class in
io.smallrye.graphql.cdi
Lookup service that gets the beans via CDI
CdiLookupService()
- Constructor for class io.smallrye.graphql.cdi.
CdiLookupService
ConfigKey
- Interface in
io.smallrye.graphql.cdi.config
All the config options available
createOperation(Operation)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
createOperation(Operation)
- Method in class io.smallrye.graphql.cdi.metrics.
MetricsService
createOperation(Operation)
- Method in class io.smallrye.graphql.cdi.metrics.
MicrometerMetricsService
createOperation(Operation)
- Method in class io.smallrye.graphql.cdi.metrics.
MPMetricsService
E
ENABLE_EVENTS
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
ENABLE_METRICS
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
ENABLE_TRACING
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
ENABLE_VALIDATION
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
ERROR_EXTENSION_FIELDS
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
ErrorDataFetch
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired when an error happened during DataFetch
errorDataFetch(String, Throwable)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
errorDataFetch(String, Throwable)
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
ErrorDataFetch.ErrorDataFetchLiteral
- Class in
io.smallrye.graphql.cdi.event
ErrorDataFetchLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
ErrorDataFetch.ErrorDataFetchLiteral
ErrorExecute
- Annotation Type in
io.smallrye.graphql.cdi.event
CDI Event fired when an error happened during Execute
errorExecute(String, Throwable)
- Method in class io.smallrye.graphql.cdi.event.
EventsService
errorExecute(String, Throwable)
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
ErrorExecute.ErrorExecuteLiteral
- Class in
io.smallrye.graphql.cdi.event
ErrorExecuteLiteral()
- Constructor for class io.smallrye.graphql.cdi.event.
ErrorExecute.ErrorExecuteLiteral
ErrorInfo
- Class in
io.smallrye.graphql.cdi.event
Simple Pojo that hold error info
ErrorInfo(String, Throwable)
- Constructor for class io.smallrye.graphql.cdi.event.
ErrorInfo
EventsService
- Class in
io.smallrye.graphql.cdi.event
Implements the EventingService interface and use CDI Events This allows users to take part in the events.
EventsService()
- Constructor for class io.smallrye.graphql.cdi.event.
EventsService
F
FIELD_VISIBILITY
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
G
getArgument(String)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getArgumentOrDefault(String, T)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getArguments()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getClass(Class<?>)
- Method in class io.smallrye.graphql.cdi.
CdiLookupService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.event.
EventsService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.metrics.
MetricsService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.metrics.
MicrometerMetricsService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.metrics.
MPMetricsService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.tracing.
TracingService
getConfigKey()
- Method in class io.smallrye.graphql.cdi.validation.
ValidationService
getConfigValue(String, Class<T>, T)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getDefaultErrorMessage()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getErrorExtensionFields()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getErrorType()
- Method in class io.smallrye.graphql.cdi.validation.
BeanValidationError
getExecutionId()
- Method in class io.smallrye.graphql.cdi.event.
ErrorInfo
getExecutionId()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getExtensions()
- Method in class io.smallrye.graphql.cdi.validation.
BeanValidationError
getFieldName()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getFieldVisibility()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getHideErrorMessageList()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getInstance(Class<?>)
- Method in class io.smallrye.graphql.cdi.
CdiLookupService
getLocations()
- Method in class io.smallrye.graphql.cdi.validation.
BeanValidationError
getMessage()
- Method in class io.smallrye.graphql.cdi.validation.
BeanValidationError
getName()
- Method in class io.smallrye.graphql.cdi.
CdiLookupService
getOperationName()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getOperationType()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getParentTypeName()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getPath()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getPath()
- Method in class io.smallrye.graphql.cdi.validation.
BeanValidationError
getQuery()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getRequest()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getRequestedOperationTypes()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getSelectedFields(boolean)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getSelectedFields()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getShowErrorMessageList()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getSource()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
getT()
- Method in class io.smallrye.graphql.cdi.event.
ErrorInfo
getUnwrapExceptions()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
getVariables()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
GraphQLConfig
- Class in
io.smallrye.graphql.cdi.config
Configuration for GraphQL
GraphQLConfig()
- Constructor for class io.smallrye.graphql.cdi.config.
GraphQLConfig
GraphQLProducer
- Class in
io.smallrye.graphql.cdi.producer
Produces the GraphQL Services
GraphQLProducer()
- Constructor for class io.smallrye.graphql.cdi.producer.
GraphQLProducer
H
hasArgument(String)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
hasOperationName()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
hasSource()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
hasVariables()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
I
init(Object)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
initialize(Schema)
- Method in class io.smallrye.graphql.cdi.producer.
GraphQLProducer
initialize(Schema, GraphQLConfig)
- Method in class io.smallrye.graphql.cdi.producer.
GraphQLProducer
initialize()
- Method in class io.smallrye.graphql.cdi.producer.
GraphQLProducer
io.smallrye.graphql.cdi
- package io.smallrye.graphql.cdi
io.smallrye.graphql.cdi.config
- package io.smallrye.graphql.cdi.config
io.smallrye.graphql.cdi.event
- package io.smallrye.graphql.cdi.event
io.smallrye.graphql.cdi.metrics
- package io.smallrye.graphql.cdi.metrics
io.smallrye.graphql.cdi.producer
- package io.smallrye.graphql.cdi.producer
io.smallrye.graphql.cdi.tracing
- package io.smallrye.graphql.cdi.tracing
io.smallrye.graphql.cdi.validation
- package io.smallrye.graphql.cdi.validation
isAllowGet()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isEventsEnabled()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isIncludeDirectivesInSchema()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isIncludeIntrospectionTypesInSchema()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isIncludeScalarsInSchema()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isIncludeSchemaDefinitionInSchema()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isMetricsEnabled()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isPrintDataFetcherException()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isTracingEnabled()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
isValidationEnabled()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
L
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
AfterDataFetch
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
AfterExecute
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
BeforeDataFetch
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
BeforeExecute
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
ErrorDataFetch
LITERAL
- Static variable in annotation type io.smallrye.graphql.cdi.event.
ErrorExecute
LOG_PAYLOAD
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
logPayload()
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
M
MetricsService
- Class in
io.smallrye.graphql.cdi.metrics
A wrapper that chooses an underlying service implementation for metrics and delegates to that implementation.
MetricsService()
- Constructor for class io.smallrye.graphql.cdi.metrics.
MetricsService
MicrometerMetricsService
- Class in
io.smallrye.graphql.cdi.metrics
MicrometerMetricsService()
- Constructor for class io.smallrye.graphql.cdi.metrics.
MicrometerMetricsService
MPMetricsService
- Class in
io.smallrye.graphql.cdi.metrics
Listening for event and create metrics from it.
MPMetricsService()
- Constructor for class io.smallrye.graphql.cdi.metrics.
MPMetricsService
P
PRINT_DATAFETCHER_EXCEPTION
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
S
SCHEMA_INCLUDE_DEFINITION
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
SCHEMA_INCLUDE_DIRECTIVES
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
SCHEMA_INCLUDE_INTROSPECTION_TYPES
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
SCHEMA_INCLUDE_SCALARS
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
setAllowGet(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setDefaultErrorMessage(String)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setErrorExtensionFields(Optional<List<String>>)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setFieldVisibility(String)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setHideErrorMessageList(Optional<List<String>>)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setIncludeDirectivesInSchema(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setIncludeIntrospectionTypesInSchema(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setIncludeScalarsInSchema(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setIncludeSchemaDefinitionInSchema(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setLogPayload(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setMetricsEnabled(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setPrintDataFetcherException(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setSchema(Schema)
- Method in class io.smallrye.graphql.cdi.producer.
GraphQLProducer
setShowErrorMessageList(Optional<List<String>>)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setTracingEnabled(boolean)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
setUnwrapExceptions(Optional<List<String>>)
- Method in class io.smallrye.graphql.cdi.config.
GraphQLConfig
SmallRyeContextAccessorProxy
- Class in
io.smallrye.graphql.cdi.producer
Class that serves as a proxy decorator for obtaining the current SmallRyeContext.
SmallRyeContextAccessorProxy()
- Constructor for class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
T
toString()
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
TracingService
- Class in
io.smallrye.graphql.cdi.tracing
Listening for event and create traces from it
TracingService()
- Constructor for class io.smallrye.graphql.cdi.tracing.
TracingService
U
unwrap(Class<T>)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
UNWRAP_EXCEPTIONS
- Static variable in interface io.smallrye.graphql.cdi.config.
ConfigKey
V
ValidationService
- Class in
io.smallrye.graphql.cdi.validation
Validate input before execution
ValidationService()
- Constructor for class io.smallrye.graphql.cdi.validation.
ValidationService
W
withDataFromExecution(ExecutionInput)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
withDataFromFetcher(DataFetchingEnvironment, Field)
- Method in class io.smallrye.graphql.cdi.producer.
SmallRyeContextAccessorProxy
A
B
C
E
F
G
H
I
L
M
P
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018–2021. All rights reserved.