Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.TFoo1
Packages that use TFoo1
Package
Description
-
Uses of TFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return TFoo1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return types with arguments of type TFoo1Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with type arguments of type TFoo1Modifier and TypeMethodDescriptionvoid
TList.setListTFoo1
(List<TFoo1> list)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter. -
Uses of TFoo1 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 TFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo1.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.DataFetchersDelegateTList.list
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.TListController.list
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.DataFetchersDelegateTFoo1.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 TFoo1Modifier 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.