- tcp(String, int) - Method in interface org.springframework.graphql.client.RSocketGraphQlClient.Builder
-
Select TCP as the underlying network protocol.
- tcp(String, int) - Method in class org.springframework.graphql.test.tester.DefaultRSocketGraphQlTesterBuilder
-
- tcp(String, int) - Method in interface org.springframework.graphql.test.tester.RSocketGraphQlTester.Builder
-
Select TCP as the underlying network protocol.
- ThreadLocalAccessor - Interface in org.springframework.graphql.execution
-
Interface to be implemented to assist with the extraction of ThreadLocal
values at the start of GraphQL request execution, e.g.
- threadLocalAccessor(ThreadLocalAccessor...) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
Configure accessors for ThreadLocal variables to use to extract
ThreadLocal values at the start of GraphQL execution in the web layer,
and have those saved, and restored around the invocation of data
fetchers and exception resolvers.
- threadLocalAccessors(List<ThreadLocalAccessor>) - Method in interface org.springframework.graphql.server.WebGraphQlHandler.Builder
-
- toArgsMono(Object[]) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
-
Use this method to resolve the arguments asynchronously.
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.ClientGraphQlResponse
-
Decode the full response map to the given target type.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientGraphQlResponse
-
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
-
Decode the field to an entity of the given type.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
-
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
-
Decode the field to an entity of the given type.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
-
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
-
Decode the field to an entity of the given type.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
-
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
-
Decode the field to a list of entities with the given type.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
-
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
-
Decode the field to a list of entities with the given type.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
-
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
-
Decode the field to a list of entities with the given type.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
-
- toExecutionInput() - Method in interface org.springframework.graphql.ExecutionGraphQlRequest
-
- toExecutionInput() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
-
- toFlux(String, Class<T>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Subscription
-
Return a Flux
of entities converted from some part of the data in each
subscription event.
- toFlux() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Subscription
-
- toMap() - Method in interface org.springframework.graphql.GraphQlRequest
-
- toMap() - Method in interface org.springframework.graphql.GraphQlResponse
-
Return a map representation of the response, formatted as required in the
"Response" section of the GraphQL spec.
- toMap() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
- toMap() - Method in class org.springframework.graphql.support.DefaultGraphQlRequest
-
- toString() - Method in class org.springframework.graphql.data.method.HandlerMethod
-
- toString() - Method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
-
- toString() - Method in enum org.springframework.graphql.server.support.GraphQlWebSocketMessageType
-
- toString() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
-
- toString() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
-
- toString() - Method in class org.springframework.graphql.support.DefaultGraphQlRequest
-
- transform(Consumer<RSocketGraphQlResponse.Builder>) - Method in class org.springframework.graphql.server.RSocketGraphQlResponse
-
- transform(Consumer<WebGraphQlResponse.Builder>) - Method in class org.springframework.graphql.server.WebGraphQlResponse
-
- typeVisitors(List<GraphQLTypeVisitor>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
-