Uses of Class
org.junittest.customtemplates_server_springconfiguration.TFoo1
Packages that use TFoo1
-
Uses of TFoo1 in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return TFoo1Methods in org.junittest.customtemplates_server_springconfiguration 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.TList.getListTFoo1()
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.customtemplates_server_springconfiguration 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.customtemplates_server_springconfiguration 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.