Uses of Class
org.junittest.customtemplates_server_springconfiguration.TFoo3
Packages that use TFoo3
-
Uses of TFoo3 in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return TFoo3Methods in org.junittest.customtemplates_server_springconfiguration that return types with arguments of type TFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo3.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.DataFetchersDelegateTFoo3.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 TFoo3Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo3.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo3 origin) This method loads the data for TFoo3.bar.TFoo3Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo3 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.