Uses of Class
org.junittest.customtemplates_server_springconfiguration.Droid
Packages that use Droid
-
Uses of Droid in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return DroidModifier and TypeMethodDescriptionDroid.Builder.build()
MyQueryType.getWithTwoMandatoryParamDefaultVal()
Methods in org.junittest.customtemplates_server_springconfiguration 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.customtemplates_server_springconfiguration with parameters of type DroidModifier and TypeMethodDescriptionDataFetchersDelegateDroid.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin) This method loads the data for Droid.appearsIn.DroidController.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin) This method loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateDroid.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin) This method loads the data for Droid.friends.DroidController.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Droid origin) This method loads the data for ${dataFetcher.graphQLType}.friends.void
MyQueryType.setWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultValParam)