Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.Droid
Packages that use Droid
Package
Description
-
Uses of Droid in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that return DroidModifier and TypeMethodDescriptionDroid.Builder.build()
MyQueryType.getWithTwoMandatoryParamDefaultVal()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux with parameters of type DroidModifier and TypeMethodDescriptionvoid
MyQueryType.setWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultValParam) -
Uses of Droid 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 DroidModifier and TypeMethodDescriptionDataFetchersDelegateDroid.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.DataFetchersDelegateDroid.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_batchmapping_flux.util with parameters of type DroidModifier and TypeMethodDescriptionDataFetchersDelegateDroid.name
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin, Boolean uppercase) This method loads the data for Droid.name.DroidController.name
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin, Boolean uppercase) This method loads the data for ${dataFetcher.graphQLType}.name.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type DroidModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Episode>
DataFetchersDelegateDroid.appearsIn
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Episode>
DroidController.appearsIn
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Character>
DataFetchersDelegateDroid.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>
DroidController.friends
(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.