Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.TBar1
Packages that use TBar1
Package
Description
-
Uses of TBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return TBar1Modifier and TypeMethodDescriptionTBar1.Builder.build()
TFoo1.getBar()
The 'bar' field is a valid GraphQL field.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with parameters of type TBar1Modifier and TypeMethodDescriptionvoid
The 'bar' field is a valid GraphQL field.The 'bar' field is a valid GraphQL field. -
Uses of TBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util that return types with arguments of type TBar1Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo1.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.TFoo1Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.DataFetchersDelegateTBar1.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.DataFetchersDelegateTBar1.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.