Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration.STP_TBar1_STS
Packages that use STP_TBar1_STS
-
Uses of STP_TBar1_STS in org.junittest.allgraphqlcases_server_springconfiguration
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return STP_TBar1_STSModifier and TypeMethodDescriptionSTP_TBar1_STS.Builder.build()
STP_TFoo1_STS.getBar()
The 'bar' field is a valid GraphQL field.Methods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type STP_TBar1_STSModifier and TypeMethodDescriptiondefault List<STP_TBar1_STS>
DataFetchersDelegateTBar1.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.default List<STP_TBar1_STS>
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.allgraphqlcases_server_springconfiguration with parameters of type STP_TBar1_STSModifier and TypeMethodDescriptionvoid
STP_TFoo1_STS.setBar
(STP_TBar1_STS bar) The 'bar' field is a valid GraphQL field.STP_TFoo1_STS.Builder.withBar
(STP_TBar1_STS barParam) The 'bar' field is a valid GraphQL field.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type STP_TBar1_STSModifier and TypeMethodDescriptionDataFetchersDelegateTFoo1.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_TBar1_STS> dataLoader, STP_TFoo1_STS origin) Description for the bar field:
The 'bar' field is a valid GraphQL field.TFoo1Controller.bar
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, STP_TBar1_STS> dataLoader, STP_TFoo1_STS origin) This method loads the data for ${dataFetcher.graphQLType}.bar.