Uses of Class
org.junittest.customtemplates_server_springconfiguration.TBar1
Packages that use TBar1
-
Uses of TBar1 in org.junittest.customtemplates_server_springconfiguration
Methods in org.junittest.customtemplates_server_springconfiguration that return TBar1Modifier and TypeMethodDescriptionTBar1.Builder.build()
TFoo1.getBar()
The 'bar' field is a valid GraphQL field.Methods in org.junittest.customtemplates_server_springconfiguration that return types with arguments of type TBar1Modifier and TypeMethodDescriptionDataFetchersDelegateTBar1.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.DataFetchersDelegateTBar1.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 TBar1Modifier and TypeMethodDescriptionvoid
The 'bar' field is a valid GraphQL field.The 'bar' field is a valid GraphQL field.Method parameters in org.junittest.customtemplates_server_springconfiguration with type arguments of type TBar1Modifier 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.