Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.IFoo1
Packages that use IFoo1
Package
Description
-
Uses of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Subinterfaces of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_fluxClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that implement IFoo1Modifier and TypeClassDescriptionclass
TFoo1 is the basic test case, for issue #114class
TFoo12 is a more complex one, with more than one interface implementedclass
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return types with arguments of type IFoo1Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with type arguments of type IFoo1 -
Uses of IFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.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.reactor.core.publisher.Flux<IFoo1>
DataFetchersDelegateIList.list
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.reactor.core.publisher.Flux<IFoo1>
IListController.list
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.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.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type IFoo1Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<IBar1>
DataFetchersDelegateIFoo1.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<IBar1>
IFoo1Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.