Uses of Interface
org.junittest.allgraphqlcases_serverpojo_springconfiguration.Character
Packages that use Character
-
Uses of Character in org.junittest.allgraphqlcases_serverpojo_springconfiguration
Classes in org.junittest.allgraphqlcases_serverpojo_springconfiguration that implement CharacterMethods in org.junittest.allgraphqlcases_serverpojo_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.allgraphqlcases_serverpojo_springconfiguration that return types with arguments of type CharacterModifier and TypeMethodDescriptionMyQueryType.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 linesMethods in org.junittest.allgraphqlcases_serverpojo_springconfiguration with parameters of type CharacterModifier and TypeMethodDescriptionvoidHuman.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.allgraphqlcases_serverpojo_springconfiguration with type arguments of type CharacterModifier and TypeMethodDescriptionvoidMyQueryType.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