Uses of Interface
org.junittest.customtemplates_server_springconfiguration.IFoo2
Packages that use IFoo2
-
Uses of IFoo2 in org.junittest.customtemplates_server_springconfiguration
Subinterfaces of IFoo2 in org.junittest.customtemplates_server_springconfigurationClasses in org.junittest.customtemplates_server_springconfiguration that implement IFoo2Modifier and TypeClassDescriptionclass
TFoo12 is a more complex one, with more than one interface implementedclass
Methods in org.junittest.customtemplates_server_springconfiguration that return types with arguments of type IFoo2Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo2.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.DataFetchersDelegateIFoo2.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 IFoo2Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo2.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar2> dataLoader, IFoo2 origin) This method loads the data for IFoo2.bar.IFoo2Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar2> dataLoader, IFoo2 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.