Uses of Interface
org.junittest.customtemplates_server_springconfiguration.Character
Packages that use Character
-
Uses of Character in org.junittest.customtemplates_server_springconfiguration
Classes in org.junittest.customtemplates_server_springconfiguration that implement CharacterMethods in org.junittest.customtemplates_server_springconfiguration that return CharacterModifier and TypeMethodDescriptionHuman.getBestFriend()MyQueryType.getDirectiveOnField()# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryMyQueryType.getError()################################################################################ # error always returns an error!MyQueryType.getWithEnum()MyQueryType.getWithOneMandatoryParam()MyQueryType.getWithOneOptionalParam()Methods in org.junittest.customtemplates_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.MyQueryType.getConnectionWithoutParameters()BatchMappingType.getFriends()Character.getFriends()Droid.getFriends()Human.getFriends()Droid.getFriendsCharacter()Human.getFriendsCharacter()MyQueryType.getWithList()################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.getWithoutParameters()This is a description to describe the field withoutParameters on two linesDataFetchersDelegateCharacter.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.customtemplates_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.voidHuman.setBestFriend(Character bestFriend) voidMyQueryType.setDirectiveOnField(Character directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid################################################################################ # error always returns an error!voidMyQueryType.setWithEnum(Character withEnum) voidMyQueryType.setWithOneMandatoryParam(Character withOneMandatoryParam) voidMyQueryType.setWithOneOptionalParam(Character withOneOptionalParam) Human.Builder.withBestFriend(Character bestFriendParam) MyQueryType.Builder.withDirectiveOnField(Character directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuery################################################################################ # error always returns an error!MyQueryType.Builder.withWithEnum(Character withEnumParam) MyQueryType.Builder.withWithOneMandatoryParam(Character withOneMandatoryParamParam) MyQueryType.Builder.withWithOneOptionalParam(Character withOneOptionalParamParam) Method parameters in org.junittest.customtemplates_server_springconfiguration with type arguments of type CharacterModifier and TypeMethodDescriptionDataFetchersDelegateHuman.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, Character> dataLoader, Human origin) This method loads the data for Human.bestFriend.HumanController.bestFriend(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, Character> dataLoader, Human origin) This method loads the data for ${dataFetcher.graphQLType}.bestFriend.voidMyQueryType.setConnectionWithoutParameters(List<Character> connectionWithoutParameters) voidBatchMappingType.setFriends(List<Character> friends) voidCharacter.setFriends(List<Character> friends) voidDroid.setFriends(List<Character> friends) voidHuman.setFriends(List<Character> friends) voidMyQueryType.setWithList(List<Character> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoidMyQueryType.setWithoutParameters(List<Character> withoutParameters) This is a description to describe the field withoutParameters on two linesMyQueryType.Builder.withConnectionWithoutParameters(List<Character> connectionWithoutParametersParam) BatchMappingType.Builder.withFriends(List<Character> friendsParam) Droid.Builder.withFriends(List<Character> friendsParam) Human.Builder.withFriends(List<Character> friendsParam) MyQueryType.Builder.withWithList(List<Character> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryType.Builder.withWithoutParameters(List<Character> withoutParametersParam) This is a description to describe the field withoutParameters on two lines