Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration.SIP_IBar1_SIS
Packages that use SIP_IBar1_SIS
-
Uses of SIP_IBar1_SIS in org.junittest.allgraphqlcases_server_springconfiguration
Subinterfaces of SIP_IBar1_SIS in org.junittest.allgraphqlcases_server_springconfigurationModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in org.junittest.allgraphqlcases_server_springconfiguration that implement SIP_IBar1_SISMethods in org.junittest.allgraphqlcases_server_springconfiguration that return SIP_IBar1_SISMethods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type SIP_IBar1_SISModifier and TypeMethodDescriptiondefault List<SIP_IBar1_SIS>DataFetchersDelegateIBar1.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<SIP_IBar1_SIS>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.allgraphqlcases_server_springconfiguration with parameters of type SIP_IBar1_SISModifier and TypeMethodDescriptionvoidSIP_IFoo1_SIS.setBar(SIP_IBar1_SIS bar) voidSTP_TFoo1_STS.setBar(SIP_IBar1_SIS bar) The 'bar' field is a valid GraphQL field.voidSTP_TFoo12_STS.setBar(SIP_IBar1_SIS bar) The 'bar' field is a valid GraphQL field.voidSTP_TFoo3_STS.setBar(SIP_IBar1_SIS bar) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type SIP_IBar1_SISModifier and TypeMethodDescriptionDataFetchersDelegateIFoo1.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_IBar1_SIS> dataLoader, SIP_IFoo1_SIS origin) This method loads the data for IFoo1.bar.IFoo1Controller.bar(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_IBar1_SIS> dataLoader, SIP_IFoo1_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.bar.