Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.IFoo1
Packages that use IFoo1
Package
Description
-
Uses of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Subinterfaces of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrueClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that implement IFoo1Modifier and TypeClassDescriptionclassTFoo1 is the basic test case, for issue #114classTFoo12 is a more complex one, with more than one interface implementedclassMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return types with arguments of type IFoo1Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with type arguments of type IFoo1 -
Uses of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util that return types with arguments of type IFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.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.DataFetchersDelegateIFoo1.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.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with parameters of type IFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for IFoo1.bar.IFoo1Controller.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with type arguments of type IFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateIList.list(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IFoo1> dataLoader, IList origin) This method loads the data for IList.list.IListController.list(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IFoo1> dataLoader, IList origin) This method loads the data for ${dataFetcher.graphQLType}.list.