Uses of Class
org.junittest.starwars_server_springconfiguration.Human
Packages that use Human
-
Uses of Human in org.junittest.starwars_server_springconfiguration
Methods in org.junittest.starwars_server_springconfiguration that return HumanModifier and TypeMethodDescriptionHuman.Builder.build()
MutationType.getCreateHuman()
QueryType.getHuman()
Methods in org.junittest.starwars_server_springconfiguration that return types with arguments of type HumanModifier and TypeMethodDescriptionDataFetchersDelegateHuman.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.DataFetchersDelegateHuman.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.starwars_server_springconfiguration with parameters of type HumanModifier and TypeMethodDescriptionDataFetchersDelegateHuman.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin) This method loads the data for Human.appearsIn.HumanController.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin) This method loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateHuman.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin) This method loads the data for Human.friends.HumanController.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Human origin) This method loads the data for ${dataFetcher.graphQLType}.friends.void
MutationType.setCreateHuman
(Human createHuman) void
MutationType.Builder.withCreateHuman
(Human createHumanParam)