Skip navigation links
A B C E F G I L M P S T V 

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.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(Context) - Method in class io.smallrye.graphql.cdi.tracing.TracingService
 
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.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
 
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
 

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
 
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

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.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
 
getContext() - Method in class io.smallrye.graphql.cdi.producer.GraphQLProducer
 
getDefaultErrorMessage() - 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
 
getExtensions() - Method in class io.smallrye.graphql.cdi.validation.BeanValidationError
 
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
 
getPath() - Method in class io.smallrye.graphql.cdi.validation.BeanValidationError
 
getShowErrorMessageList() - Method in class io.smallrye.graphql.cdi.config.GraphQLConfig
 
getT() - Method in class io.smallrye.graphql.cdi.event.ErrorInfo
 
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
 

I

init(Object) - Method in class io.smallrye.graphql.cdi.config.GraphQLConfig
 
initialize(Schema) - 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
Listening for event and create metrics from it
MetricsService() - Constructor for class io.smallrye.graphql.cdi.metrics.MetricsService
 

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
 
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
 

T

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
 

V

ValidationService - Class in io.smallrye.graphql.cdi.validation
Validate input before execution
ValidationService() - Constructor for class io.smallrye.graphql.cdi.validation.ValidationService
 
A B C E F G I L M P S T V 
Skip navigation links

Copyright © 2018–2020. All rights reserved.