Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration.SIP_Character_SIS
Packages that use SIP_Character_SIS
-
Uses of SIP_Character_SIS in org.junittest.allgraphqlcases_server_springconfiguration
Classes in org.junittest.allgraphqlcases_server_springconfiguration that implement SIP_Character_SISMethods in org.junittest.allgraphqlcases_server_springconfiguration that return SIP_Character_SISModifier and TypeMethodDescriptionSTP_Human_STS.getBestFriend()
STP_MyQueryType_STS.getDirectiveOnField()
# Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuerySTP_MyQueryType_STS.getError()
################################################################################ # error always returns an error!STP_MyQueryType_STS.getWithEnum()
STP_MyQueryType_STS.getWithOneMandatoryParam()
STP_MyQueryType_STS.getWithOneOptionalParam()
Methods in org.junittest.allgraphqlcases_server_springconfiguration that return types with arguments of type SIP_Character_SISModifier and TypeMethodDescriptiondefault List<SIP_Character_SIS>
DataFetchersDelegateCharacter.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.STP_MyQueryType_STS.getConnectionWithoutParameters()
SIP_Character_SIS.getFriends()
STP_BatchMappingType_STS.getFriends()
STP_Droid_STS.getFriends()
STP_Human_STS.getFriends()
STP_Droid_STS.getFriendsCharacter()
STP_Human_STS.getFriendsCharacter()
STP_MyQueryType_STS.getWithList()
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputSTP_MyQueryType_STS.getWithoutParameters()
This is a description to describe the field withoutParameters on two linesdefault List<SIP_Character_SIS>
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.allgraphqlcases_server_springconfiguration with parameters of type SIP_Character_SISModifier and TypeMethodDescriptionCharacterController.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.appearsIn.DataFetchersDelegateCharacter.appearsIn
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for Character.appearsIn.CharacterController.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for ${dataFetcher.graphQLType}.friends.DataFetchersDelegateCharacter.friends
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, SIP_Character_SIS origin) This method loads the data for Character.friends.void
STP_Human_STS.setBestFriend
(SIP_Character_SIS bestFriend) void
STP_MyQueryType_STS.setDirectiveOnField
(SIP_Character_SIS directiveOnField) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQueryvoid
STP_MyQueryType_STS.setError
(SIP_Character_SIS error) ################################################################################ # error always returns an error!void
STP_MyQueryType_STS.setWithEnum
(SIP_Character_SIS withEnum) void
STP_MyQueryType_STS.setWithOneMandatoryParam
(SIP_Character_SIS withOneMandatoryParam) void
STP_MyQueryType_STS.setWithOneOptionalParam
(SIP_Character_SIS withOneOptionalParam) STP_Human_STS.Builder.withBestFriend
(SIP_Character_SIS bestFriendParam) STP_MyQueryType_STS.Builder.withDirectiveOnField
(SIP_Character_SIS directiveOnFieldParam) # Returns the value, and potentially the anotherValue of the @testDirective directive set on the @directiveOnQuerySTP_MyQueryType_STS.Builder.withError
(SIP_Character_SIS errorParam) ################################################################################ # error always returns an error!STP_MyQueryType_STS.Builder.withWithEnum
(SIP_Character_SIS withEnumParam) STP_MyQueryType_STS.Builder.withWithOneMandatoryParam
(SIP_Character_SIS withOneMandatoryParamParam) STP_MyQueryType_STS.Builder.withWithOneOptionalParam
(SIP_Character_SIS withOneOptionalParamParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration with type arguments of type SIP_Character_SISModifier and TypeMethodDescriptionDataFetchersDelegateHuman.bestFriend
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS origin) This method loads the data for Human.bestFriend.HumanController.bestFriend
(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, org.dataloader.DataLoader<UUID, SIP_Character_SIS> dataLoader, STP_Human_STS origin) This method loads the data for ${dataFetcher.graphQLType}.bestFriend.void
STP_MyQueryType_STS.setConnectionWithoutParameters
(List<SIP_Character_SIS> connectionWithoutParameters) void
SIP_Character_SIS.setFriends
(List<SIP_Character_SIS> friends) void
STP_BatchMappingType_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_Droid_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_Human_STS.setFriends
(List<SIP_Character_SIS> friends) void
STP_MyQueryType_STS.setWithList
(List<SIP_Character_SIS> withList) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputvoid
STP_MyQueryType_STS.setWithoutParameters
(List<SIP_Character_SIS> withoutParameters) This is a description to describe the field withoutParameters on two linesSTP_MyQueryType_STS.Builder.withConnectionWithoutParameters
(List<SIP_Character_SIS> connectionWithoutParametersParam) STP_BatchMappingType_STS.Builder.withFriends
(List<SIP_Character_SIS> friendsParam) STP_Droid_STS.Builder.withFriends
(List<SIP_Character_SIS> friendsParam) STP_Human_STS.Builder.withFriends
(List<SIP_Character_SIS> friendsParam) STP_MyQueryType_STS.Builder.withWithList
(List<SIP_Character_SIS> withListParam) ################################################################################ # withList return a list of Characters, matching the given list of CharacterInputSTP_MyQueryType_STS.Builder.withWithoutParameters
(List<SIP_Character_SIS> withoutParametersParam) This is a description to describe the field withoutParameters on two lines