Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.TBar12
Packages that use TBar12
Package
Description
-
Uses of TBar12 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue that return TBar12Modifier and TypeMethodDescriptionTBar12.Builder.build()
TFoo12.getBar()
The 'bar' field is a valid GraphQL field.TFoo3.getBar()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue with parameters of type TBar12Modifier and TypeMethodDescriptionvoid
The 'bar' field is a valid GraphQL field.void
As the type declared in the class is not inherited from one of the implemented interfaces, we need a dedicated setter.The 'bar' field is a valid GraphQL field. -
Uses of TBar12 in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util that return types with arguments of type TBar12Modifier and TypeMethodDescriptionDataFetchersDelegateTBar12.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.DataFetchersDelegateTBar12.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.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_alltrue.util with type arguments of type TBar12Modifier and TypeMethodDescriptionDataFetchersDelegateTFoo12.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo12 origin) Description for the bar field:
The 'bar' field is a valid GraphQL field.DataFetchersDelegateTFoo3.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo3 origin) This method loads the data for TFoo3.bar.TFoo12Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo12 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.TFoo3Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, TBar12> dataLoader, TFoo3 origin) This method loads the data for ${dataFetcher.graphQLType}.bar.