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 

S

satisfies(Consumer<D>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.EntitySpec
Perform any assertions on the converted entity, e.g.
satisfy(Consumer<List<GraphQLError>>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.ErrorSpec
Inspect errors in the response, if any.
schema() - Method in interface org.springframework.graphql.execution.GraphQlSource
Return the GraphQLSchema used by the current GraphQL.
SchemaHandler - Class in org.springframework.graphql.web.webflux
Spring WebFlux functional handler that renders the GraphQLSchema printed via SchemaPrinter.
SchemaHandler(GraphQlSource) - Constructor for class org.springframework.graphql.web.webflux.SchemaHandler
 
SchemaHandler - Class in org.springframework.graphql.web.webmvc
Spring MVC functional handler that renders the GraphQLSchema printed via SchemaPrinter.
SchemaHandler(GraphQlSource) - Constructor for class org.springframework.graphql.web.webmvc.SchemaHandler
 
SchemaMapping - Annotation Type in org.springframework.graphql.data.method.annotation
Annotation to express a mapping to a GraphQL type and field pair.
schemaResources(Resource...) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
Add ".graphqls" schema resources to be merged into the type registry.
SecurityContextThreadLocalAccessor - Class in org.springframework.graphql.security
ThreadLocalAccessor to extract and restore security context through SecurityContextHolder.
SecurityContextThreadLocalAccessor() - Constructor for class org.springframework.graphql.security.SecurityContextThreadLocalAccessor
 
SecurityDataFetcherExceptionResolver - Class in org.springframework.graphql.security
DataFetcherExceptionResolver for Spring Security exceptions.
SecurityDataFetcherExceptionResolver() - Constructor for class org.springframework.graphql.security.SecurityDataFetcherExceptionResolver
 
setApplicationContext(ApplicationContext) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
 
setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.springframework.graphql.security.ReactiveSecurityDataFetcherExceptionResolver
Set the resolver to use to check if an authentication is anonymous that in turn determines whether AccessDeniedException is classified as "unauthorized" or "forbidden".
setAuthenticationTrustResolver(AuthenticationTrustResolver) - Method in class org.springframework.graphql.security.SecurityDataFetcherExceptionResolver
Set the resolver to use to check if an authentication is anonymous that in turn determines whether AccessDeniedException is classified as "unauthorized" or "forbidden".
setData(Object) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
setErrors(List<TestGraphQlError>) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
setExtensions(Map<Object, Object>) - Method in class org.springframework.graphql.test.tester.TestExecutionResult
 
setJsonMessageConverter(GenericHttpMessageConverter<Object>) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
Configure the HttpMessageConverter to use to convert input arguments obtained from the DataFetchingEnvironment and converted to the type of a declared @Argument method parameter.
setServerCodecConfigurer(ServerCodecConfigurer) - Method in class org.springframework.graphql.data.method.annotation.support.AnnotatedDataFetcherConfigurer
setThreadLocalContextAware(boolean) - Method in class org.springframework.graphql.execution.DataFetcherExceptionResolverAdapter
Sub-classes can set this to indicate that ThreadLocal context from the transport handler (e.g.
single() - Method in class org.springframework.graphql.data.querydsl.QuerydslDataFetcher.Builder
Build a DataFetcher to fetch single object instances.
single() - Method in class org.springframework.graphql.data.querydsl.QuerydslDataFetcher.ReactiveBuilder
Build a DataFetcher to fetch single object instances through Mono.
SourceMethodArgumentResolver - Class in org.springframework.graphql.data.method.annotation.support
Resolver for parent/container of a field, obtained via DataFetchingEnvironment.getSource().
SourceMethodArgumentResolver() - Constructor for class org.springframework.graphql.data.method.annotation.support.SourceMethodArgumentResolver
 
SubscriptionMapping - Annotation Type in org.springframework.graphql.data.method.annotation
Annotation to express a mapping to a GraphQL Subscription operation.
supportsParameter(MethodParameter) - Method in class org.springframework.graphql.data.method.annotation.support.ArgumentMapMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.graphql.data.method.annotation.support.ArgumentMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.graphql.data.method.annotation.support.DataFetchingEnvironmentMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in class org.springframework.graphql.data.method.annotation.support.SourceMethodArgumentResolver
 
supportsParameter(MethodParameter) - Method in interface org.springframework.graphql.data.method.HandlerMethodArgumentResolver
Whether the given method parameter is supported by this resolver.
supportsParameter(MethodParameter) - Method in class org.springframework.graphql.data.method.HandlerMethodArgumentResolverComposite
Whether the given method parameter is supported by any registered HandlerMethodArgumentResolver.
supportsPartialMessages() - Method in class org.springframework.graphql.web.webmvc.GraphQlWebSocketHandler
 
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