Uses of Interface
org.allGraphQLCases.server.SIP_IFoo2_SIS
Package | Description |
---|---|
org.allGraphQLCases.server | |
org.allGraphQLCases.server.impl | |
org.allGraphQLCases.server.util |
-
Uses of SIP_IFoo2_SIS in org.allGraphQLCases.server
Subinterfaces of SIP_IFoo2_SIS in org.allGraphQLCases.server Modifier and Type Interface Description interface
SIP_IFoo3_SIS
Classes in org.allGraphQLCases.server that implement SIP_IFoo2_SIS Modifier and Type Class Description class
STP_TFoo12_STS
TFoo12 is a more complex one, with more than one interface implementedclass
STP_TFoo3_STS
-
Uses of SIP_IFoo2_SIS in org.allGraphQLCases.server.impl
Methods in org.allGraphQLCases.server.impl that return types with arguments of type SIP_IFoo2_SIS Modifier and Type Method Description List<SIP_IFoo2_SIS>
DataFetchersDelegateIFoo2Impl. batchLoader(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
Methods in org.allGraphQLCases.server.impl with parameters of type SIP_IFoo2_SIS Modifier and Type Method Description SIP_IBar2_SIS
DataFetchersDelegateIFoo2Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_IFoo2_SIS origin)
CompletableFuture<SIP_IBar2_SIS>
DataFetchersDelegateIFoo2Impl. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,SIP_IBar2_SIS> dataLoader, SIP_IFoo2_SIS origin)
-
Uses of SIP_IFoo2_SIS in org.allGraphQLCases.server.util
Methods in org.allGraphQLCases.server.util that return types with arguments of type SIP_IFoo2_SIS Modifier and Type Method Description default List<SIP_IFoo2_SIS>
DataFetchersDelegateIFoo2. 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.CompletionStage<List<SIP_IFoo2_SIS>>
BatchLoaderDelegateIFoo2Impl. load(List<UUID> keys, org.dataloader.BatchLoaderEnvironment environment)
A batch loader function that will be called with N or more keys for batch loading.default List<SIP_IFoo2_SIS>
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.allGraphQLCases.server.util with parameters of type SIP_IFoo2_SIS Modifier and Type Method Description SIP_IBar2_SIS
DataFetchersDelegateIFoo2. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_IFoo2_SIS origin)
This method loads the data for IFoo2.bar.CompletableFuture<SIP_IBar2_SIS>
DataFetchersDelegateIFoo2. bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID,SIP_IBar2_SIS> dataLoader, SIP_IFoo2_SIS origin)
This method loads the data for IFoo2.bar.