Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TFoo1
Packages that use TFoo1
Package
Description
-
Uses of TFoo1 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return TFoo1Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return types with arguments of type TFoo1Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with type arguments of type TFoo1Modifier and TypeMethodDescriptionvoid
TList.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_alltrue.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.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.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.Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with parameters of type TFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo1.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar1> dataLoader, TFoo1 origin) Description for the bar field:
The 'bar' field is a valid GraphQL field.TFoo1Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar1> dataLoader, TFoo1 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with type arguments of type TFoo1Modifier and TypeMethodDescriptionDataFetchersDelegateTList.list
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TFoo1> dataLoader, TList origin) This method loads the data for TList.list.TListController.list
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TFoo1> dataLoader, TList origin) This method loads the data for ${dataFetcher.graphQLType}.list.