Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.IBar2
Packages that use IBar2
Package
Description
-
Uses of IBar2 in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse
Subinterfaces of IBar2 in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalseClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse that implement IBar2Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse that return IBar2Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse with parameters of type IBar2 -
Uses of IBar2 in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_allfalse.util that return types with arguments of type IBar2Modifier and TypeMethodDescriptionDataFetchersDelegateIBar2.batchLoader
(List<UUID> keys) This method loads a list of ${dataFetcher.field.name}, based on the list of id to be fetched.DataFetchersDelegateIBar2.unorderedReturnBatchLoader
(List<UUID> keys) 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_allfalse.util with type arguments of type IBar2Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo2.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar2> dataLoader, IFoo2 origin) This method loads the data for IFoo2.bar.IFoo2Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar2> dataLoader, IFoo2 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.