Uses of Interface
org.junittest.starwars_server_springconfiguration.Character
Packages that use Character
-
Uses of Character in org.junittest.starwars_server_springconfiguration
Classes in org.junittest.starwars_server_springconfiguration that implement CharacterMethods in org.junittest.starwars_server_springconfiguration that return CharacterModifier and TypeMethodDescriptionMutationType.getAddFriend()
QueryType.getHero()
SubscriptionType.getNewCharacter()
Methods in org.junittest.starwars_server_springconfiguration that return types with arguments of type CharacterModifier and TypeMethodDescriptionDataFetchersDelegateCharacter.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.QueryType.getCharacters()
Character.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
DataFetchersDelegateCharacter.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 CharacterModifier and TypeMethodDescriptionCharacterController.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin) This method loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateCharacter.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin) This method loads the data for Character.appearsIn.CharacterController.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin) This method loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateCharacter.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin) This method loads the data for Character.friends.void
MutationType.setAddFriend
(Character addFriend) void
void
SubscriptionType.setNewCharacter
(Character newCharacter) MutationType.Builder.withAddFriend
(Character addFriendParam) SubscriptionType.Builder.withNewCharacter
(Character newCharacterParam) Method parameters in org.junittest.starwars_server_springconfiguration with type arguments of type CharacterModifier and TypeMethodDescriptionvoid
QueryType.setCharacters
(List<Character> characters) void
Character.setFriends
(List<Character> friends) void
Droid.setFriends
(List<Character> friends) void
Human.setFriends
(List<Character> friends) QueryType.Builder.withCharacters
(List<Character> charactersParam) Droid.Builder.withFriends
(List<Character> friendsParam) Human.Builder.withFriends
(List<Character> friendsParam)