Uses of Class
org.allGraphQLCases.server.STP_TBar12_STS
Package | Description |
---|---|
org.allGraphQLCases.server | |
org.allGraphQLCases.server.impl | |
org.allGraphQLCases.server.util |
-
Uses of STP_TBar12_STS in org.allGraphQLCases.server
Methods in org.allGraphQLCases.server that return STP_TBar12_STS Modifier and Type Method Description STP_TBar12_STS
STP_TBar12_STS.Builder. build()
STP_TBar12_STS
STP_TFoo12_STS. getBar()
The 'bar' field is a valid GraphQL field.STP_TBar12_STS
STP_TFoo3_STS. getBar()
Methods in org.allGraphQLCases.server with parameters of type STP_TBar12_STS Modifier and Type Method Description void
STP_TFoo12_STS. setBar(STP_TBar12_STS bar)
The 'bar' field is a valid GraphQL field.void
STP_TFoo3_STS. setBar(STP_TBar12_STS bar)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.STP_TFoo12_STS.Builder
STP_TFoo12_STS.Builder. withBar(STP_TBar12_STS bar)
The 'bar' field is a valid GraphQL field.STP_TFoo3_STS.Builder
STP_TFoo3_STS.Builder. withBar(STP_TBar12_STS bar)
-
Uses of STP_TBar12_STS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return STP_TBar12_STS Modifier and Type Method Description STP_TBar12_STS
DataFetchersDelegateTFoo12Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TFoo12_STS origin)
STP_TBar12_STS
DataFetchersDelegateTFoo3Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TFoo3_STS origin)
Methods in org.allGraphQLCases.server.impl that return types with arguments of type STP_TBar12_STS Modifier and Type Method Description CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo12Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo12_STS origin)
CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo3Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo3_STS origin)
List<STP_TBar12_STS>
DataFetchersDelegateTBar12Impl. batchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
Method parameters in org.allGraphQLCases.server.impl with type arguments of type STP_TBar12_STS Modifier and Type Method Description CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo12Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo12_STS origin)
CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo3Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo3_STS origin)
-
Uses of STP_TBar12_STS in org.allGraphQLCases.server.util
Methods in org.allGraphQLCases.server.util that return STP_TBar12_STS Modifier and Type Method Description STP_TBar12_STS
DataFetchersDelegateTFoo12. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TFoo12_STS origin)
Description for the bar field:
The 'bar' field is a valid GraphQL field.STP_TBar12_STS
DataFetchersDelegateTFoo3. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, STP_TFoo3_STS origin)
This method loads the data for TFoo3.bar.Methods in org.allGraphQLCases.server.util that return types with arguments of type STP_TBar12_STS Modifier and Type Method Description CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo12. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo12_STS origin)
Description for the bar field:
The 'bar' field is a valid GraphQL field.CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo3. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo3_STS origin)
This method loads the data for TFoo3.bar.default List<STP_TBar12_STS>
DataFetchersDelegateTBar12. batchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.graphql.schema.DataFetcher<CompletableFuture<STP_TBar12_STS>>
GraphQLDataFetchers. dataFetchersDelegateTFoo12BarWithDataLoader()
graphql.schema.DataFetcher<CompletableFuture<STP_TBar12_STS>>
GraphQLDataFetchers. dataFetchersDelegateTFoo3BarWithDataLoader()
CompletionStage<List<STP_TBar12_STS>>
BatchLoaderDelegateTBar12Impl. load(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
A batch loader function that will be called with N or more keys for batch loading.default List<STP_TBar12_STS>
DataFetchersDelegateTBar12. unorderedReturnBatchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.Method parameters in org.allGraphQLCases.server.util with type arguments of type STP_TBar12_STS Modifier and Type Method Description CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo12. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo12_STS origin)
Description for the bar field:
The 'bar' field is a valid GraphQL field.CompletableFuture<STP_TBar12_STS>
DataFetchersDelegateTFoo3. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,STP_TBar12_STS> dataLoader, STP_TFoo3_STS origin)
This method loads the data for TFoo3.bar.