Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.TFoo1
Packages that use TFoo1
Package
Description
-
Uses of TFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return TFoo1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return types with arguments of type TFoo1Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with type arguments of type TFoo1Modifier and TypeMethodDescriptionvoidTList.setListTFoo1(List<TFoo1> list)
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter. -
Uses of TFoo1 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 TFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo1.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<TFoo1>DataFetchersDelegateTList.list(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.reactor.core.publisher.Flux<TFoo1>TListController.list(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TList> keys) This methods loads the data for ${dataFetcher.graphQLType}.list.DataFetchersDelegateTFoo1.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 TFoo1Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<TBar1>DataFetchersDelegateTFoo1.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<TBar1>TFoo1Controller.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo1> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.