Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.TFoo3
Packages that use TFoo3
Package
Description
-
Uses of TFoo3 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return TFoo3 -
Uses of TFoo3 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 TFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo3.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.DataFetchersDelegateTFoo3.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.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with type arguments of type TFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo3.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo3> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.TFoo3Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo3> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.