Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.TBar12
Packages that use TBar12
Package
Description
-
Uses of TBar12 in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return TBar12Modifier and TypeMethodDescriptionTBar12.Builder.build()TFoo12.getBar()The 'bar' field is a valid GraphQL field.TFoo3.getBar()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type TBar12Modifier and TypeMethodDescriptionvoidThe 'bar' field is a valid GraphQL field.void
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.The 'bar' field is a valid GraphQL field. -
Uses of TBar12 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 TBar12Modifier and TypeMethodDescriptionreactor.core.publisher.Flux<TBar12>DataFetchersDelegateTFoo12.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo12> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<TBar12>DataFetchersDelegateTFoo3.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo3> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<TBar12>TFoo12Controller.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo12> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.reactor.core.publisher.Flux<TBar12>TFoo3Controller.bar(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<TFoo3> keys) This methods loads the data for ${dataFetcher.graphQLType}.bar.DataFetchersDelegateTBar12.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.DataFetchersDelegateTBar12.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.