Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.IBar1
Packages that use IBar1
Package
Description
-
Uses of IBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map
Subinterfaces of IBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_mapClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that implement IBar1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that return IBar1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map with parameters of type IBar1 -
Uses of IBar1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.util that return types with arguments of type IBar1Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.IFoo1Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.DataFetchersDelegateIBar1.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.DataFetchersDelegateIBar1.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.