Uses of Interface
org.junittest.customtemplates_server_springconfiguration.IBar1
Packages that use IBar1
-
Uses of IBar1 in org.junittest.customtemplates_server_springconfiguration
Subinterfaces of IBar1 in org.junittest.customtemplates_server_springconfigurationClasses in org.junittest.customtemplates_server_springconfiguration that implement IBar1Methods in org.junittest.customtemplates_server_springconfiguration that return IBar1Methods in org.junittest.customtemplates_server_springconfiguration that return types with arguments of type IBar1Modifier and TypeMethodDescriptionDataFetchersDelegateIBar1.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.DataFetchersDelegateIBar1.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 IBar1Modifier and TypeMethodDescriptionvoid
void
The 'bar' field is a valid GraphQL field.void
The 'bar' field is a valid GraphQL field.void
Method parameters in org.junittest.customtemplates_server_springconfiguration with type arguments of type IBar1Modifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for IFoo1.bar.IFoo1Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, IBar1> dataLoader, IFoo1 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.