Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- 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.
- toArgsMono(Object[]) - Method in class org.springframework.graphql.data.method.InvocableHandlerMethodSupport
- 
Use this method to resolve the arguments asynchronously.
- toCursor(Map<String, Object>) - Method in class org.springframework.graphql.data.query.JsonKeysetCursorStrategy
- toCursor(ScrollPosition) - Method in class org.springframework.graphql.data.query.ScrollPositionCursorStrategy
- toCursor(P) - Method in interface org.springframework.graphql.data.pagination.CursorStrategy
- 
Format the given position Object as a String cursor.
- toCursor(T) - Method in class org.springframework.graphql.data.pagination.EncodingCursorStrategy
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.ClientGraphQlResponse
- 
Decode the full response map to the given target type.
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
- 
Decode the field to an entity of the given type.
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
- 
Decode the field to an entity of the given type.
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
- 
Decode the field to an entity of the given type.
- toEntity(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
- 
Decode the field to an entity of the given type.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientGraphQlResponse
- 
Variant ofClientGraphQlResponse.toEntity(Class)with aParameterizedTypeReference.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
- 
Variant ofClientResponseField.toEntity(Class)with aParameterizedTypeReference.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
- 
Variant ofGraphQlClient.RetrieveSpec.toEntity(Class)with aParameterizedTypeReference.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
- 
Variant ofGraphQlClient.RetrieveSubscriptionSpec.toEntity(Class)with aParameterizedTypeReference.
- toEntity(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
- 
Variant ofGraphQlClient.RetrieveSyncSpec.toEntity(Class)with aParameterizedTypeReference.
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
- 
Variant ofClientResponseField.toEntity(Class)to decode to a list of entities.
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
- 
Variant ofGraphQlClient.RetrieveSpec.toEntity(Class)to decode to a List of entities.
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
- 
Variant ofGraphQlClient.RetrieveSubscriptionSpec.toEntity(Class)to decode each response to a List of entities.
- toEntityList(Class<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
- 
Variant ofGraphQlClient.RetrieveSyncSpec.toEntity(Class)to decode to a List of entities.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.ClientResponseField
- 
Variant ofClientResponseField.toEntity(Class)to decode to a list of entities.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSpec
- 
Variant ofGraphQlClient.RetrieveSpec.toEntityList(Class)with aParameterizedTypeReference.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSubscriptionSpec
- 
Variant ofGraphQlClient.RetrieveSubscriptionSpec.toEntity(Class)to decode each response to a List of entities.
- toEntityList(ParameterizedTypeReference<D>) - Method in interface org.springframework.graphql.client.GraphQlClient.RetrieveSyncSpec
- 
Variant ofGraphQlClient.RetrieveSyncSpec.toEntityList(Class)with aParameterizedTypeReference.
- toExecutionInput() - Method in interface org.springframework.graphql.ExecutionGraphQlRequest
- 
Create theExecutionInputto pass toGraphQL.
- toExecutionInput() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlRequest
- toFlux() - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Subscription
- 
Return aFluxofGraphQlTester.Responseinstances, each representing an individual subscription event.
- toFlux(String, Class<T>) - Method in interface org.springframework.graphql.test.tester.GraphQlTester.Subscription
- 
Return aFluxof entities converted from some part of the data in each subscription event.
- toFluxFromCollection(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
- 
Return aFluxfor the given result Object that represents a logical collection of values.
- toMap() - Method in exception org.springframework.graphql.execution.SubscriptionPublisherException
- 
Return anExecutionResultspecification map with the GraphQL errors.
- 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.server.support.SerializableGraphQlRequest
- toMap() - Method in class org.springframework.graphql.support.DefaultExecutionGraphQlResponse
- toMap() - Method in class org.springframework.graphql.support.DefaultGraphQlRequest
- toMono(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
- 
Return aMonofor the given Object by delegating toReactiveAdapterRegistryHelper.toMonoIfReactive(java.lang.Object), and then applyingMono.justOrEmpty(java.util.Optional<? extends T>)if necessary.
- toMonoIfReactive(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
- 
Return aMonofor the given result Object if it can be adapted to aPublisherviaReactiveAdapterRegistry.
- toMonoOrFluxIfReactive(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
- 
Adapt the given result Object toMonoorFluxif it can be adapted to a single or multi-valuePublisherrespectively viaReactiveAdapterRegistry.
- toString() - Method in class org.springframework.graphql.data.ArgumentValue
- toString() - Method in record class org.springframework.graphql.data.federation.FederationSchemaFactory.EntityMappingInfo
- 
Returns a string representation of this record class.
- toString() - Method in class org.springframework.graphql.data.method.annotation.support.DataFetcherMappingInfo
- toString() - Method in class org.springframework.graphql.data.method.HandlerMethod
- toString() - Method in class org.springframework.graphql.data.query.QueryByExampleDataFetcher
- toString() - Method in class org.springframework.graphql.data.query.QuerydslDataFetcher
- toString() - Method in class org.springframework.graphql.server.support.GraphQlWebSocketMessage
- toString() - Method in enum class 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
- toSubscriptionFlux(Object) - Static method in class org.springframework.graphql.execution.ReactiveAdapterRegistryHelper
- 
Return aFluxfor the given result Object, adapting to aPublisherviaReactiveAdapterRegistryor wrapping it asFluxif necessary.
- transform(Consumer<RSocketGraphQlResponse.Builder>) - Method in class org.springframework.graphql.server.RSocketGraphQlResponse
- 
Transform the underlyingExecutionResultthrough aRSocketGraphQlResponse.Builderand return a new instance with the modified values.
- transform(Consumer<WebGraphQlResponse.Builder>) - Method in class org.springframework.graphql.server.WebGraphQlResponse
- 
Transform the underlyingExecutionResultthrough aWebGraphQlResponse.Builderand return a new instance with the modified values.
- type() - Method in interface org.springframework.graphql.execution.SchemaReport.SkippedType
- 
Return the type that was skipped.
- TypeDefinitionConfigurer - Interface in org.springframework.graphql.execution
- 
Callback that allows customizing theTypeDefinitionRegistrycreated from parsed schema files.
- typeName() - Method in record class org.springframework.graphql.data.federation.FederationSchemaFactory.EntityMappingInfo
- 
Returns the value of thetypeNamerecord component.
- typeName() - Element in annotation interface org.springframework.graphql.data.GraphQlRepository
- 
Use this to customize the name of the GraphQL type that matches to the repository domain type.
- typeName() - Element in annotation interface org.springframework.graphql.data.method.annotation.BatchMapping
- 
Customizes the name of the source/parent type for the GraphQL field.
- typeName() - Element in annotation interface org.springframework.graphql.data.method.annotation.SchemaMapping
- 
Customizes the name of the source/parent type for the GraphQL field.
- TypeVisitorHelper - Interface in org.springframework.graphql.execution
- 
HelpsGraphQLTypeVisitors to recognize whether a type is the subscription type.
- typeVisitors(List<GraphQLTypeVisitor>) - Method in class org.springframework.graphql.execution.AbstractGraphQlSourceBuilder
- typeVisitors(List<GraphQLTypeVisitor>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
- 
AddGraphQLTypeVisitors to visit all element of the createdGraphQLSchemaand make changes to theGraphQLCodeRegistry.
- typeVisitorsToTransformSchema(List<GraphQLTypeVisitor>) - Method in class org.springframework.graphql.execution.AbstractGraphQlSourceBuilder
- typeVisitorsToTransformSchema(List<GraphQLTypeVisitor>) - Method in interface org.springframework.graphql.execution.GraphQlSource.Builder
- 
Alternative toGraphQlSource.Builder.typeVisitors(List)for visitors that also need to make schema changes.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form