Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.IBar2
Packages that use IBar2
Package
Description
-
Uses of IBar2 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Subinterfaces of IBar2 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_fluxClasses in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that implement IBar2Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return IBar2Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type IBar2 -
Uses of IBar2 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 IBar2Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<IBar2>
DataFetchersDelegateIFoo2.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo2> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<IBar2>
IFoo2Controller.bar
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<IFoo2> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.DataFetchersDelegateIBar2.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.DataFetchersDelegateIBar2.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.