Skip navigation links
Spring GraphQL
A B C D E F G H I J L M O P Q R S T V W 

A

addResolver(HandlerMethodArgumentResolver) - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
afterConnectionClosed(WebSocketSession, CloseStatus) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
 
afterConnectionEstablished(WebSocketSession) - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
 
afterPropertiesSet() - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
 
andThen(WebInterceptor) - Method in interface org.springframework.graphql.web.WebInterceptor
Return a composed WebInterceptor that invokes the current interceptor first one and then the one one passed in.
AnnotatedDataFetcher - Class in org.springframework.graphql.data.method.annotation.support
DataFetcher that wrap and invokes a HandlerMethod.
AnnotatedDataFetcher(FieldCoordinates, HandlerMethod, HandlerMethodArgumentResolverComposite) - Constructor for class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcher
 
AnnotatedDataFetcherConfigurer - Class in org.springframework.graphql.data.method.annotation.support
RuntimeWiringConfigurer that detects @SchemaMapping annotated handler methods in @Controller classes and registers them as DataFetchers.
AnnotatedDataFetcherConfigurer() - Constructor for class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
 
Argument - Annotation Type in org.springframework.graphql.data.method.annotation
Annotation to bind a method parameter to a GraphQL input argument.
ArgumentMapMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolves Map method arguments annotated with an @Argument where the annotation does not specify an argument name.
ArgumentMapMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.ArgumentMapMethodArgumentResolver
 
ArgumentMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolver for @Argument annotated method parameters, obtained via DataFetchingEnvironment.getArgument(String) and converted to the declared type of the method parameter.
ArgumentMethodArgumentResolver(GenericHttpMessageConverter<Object>) - Constructor for class org.springframework.graphql.data.method.annotation.support.ArgumentMethodArgumentResolver
Constructor with an HttpMessageConverter to convert Map-based input arguments to higher level Objects.
ArgumentMethodArgumentResolver(Decoder<Object>, Encoder<Object>) - Constructor for class org.springframework.graphql.data.method.annotation.support.ArgumentMethodArgumentResolver
Variant of ArgumentMethodArgumentResolver(GenericHttpMessageConverter) to use an Encoder and Decoder to convert input arguments.
assertTargetBean(Method, Object, Object[]) - Method in class org.springframework.graphql.data.method.HandlerMethod
Assert that the target bean class is an instance of the class where the given method is declared.
A B C D E F G H I J L M O P Q R S T V W 
Skip navigation links
Spring GraphQL