Uses of Interface
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.Character
Packages that use Character
Package
Description
-
Uses of Character in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux
Classes in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux that implement CharacterMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux 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_server_springconfiguration_util_batchmapping_flux 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_server_springconfiguration_util_batchmapping_flux 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_server_springconfiguration_util_batchmapping_flux 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 -
Uses of Character in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util 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.reactor.core.publisher.Flux<Character>DataFetchersDelegateHuman.bestFriend(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.bestFriend.reactor.core.publisher.Flux<Character>HumanController.bestFriend(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.bestFriend.reactor.core.publisher.Flux<Character>BatchMappingTypeController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<BatchMappingType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>CharacterController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateBatchMappingType.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<BatchMappingType> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateCharacter.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateDroid.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateHuman.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DroidController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Droid> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>HumanController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Human> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.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_util_batchmapping_flux.util with parameters of type CharacterModifier and TypeMethodDescriptionCharacterController.name(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin, Boolean uppercase) This method loads the data for ${dataFetcher.graphQLType}.name.DataFetchersDelegateCharacter.name(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, Character origin, Boolean uppercase) This method loads the data for Character.name.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_flux.util with type arguments of type CharacterModifier and TypeMethodDescriptionreactor.core.publisher.Flux<Episode>CharacterController.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Episode>DataFetchersDelegateCharacter.appearsIn(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.appearsIn.reactor.core.publisher.Flux<Character>CharacterController.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.reactor.core.publisher.Flux<Character>DataFetchersDelegateCharacter.friends(org.dataloader.BatchLoaderEnvironment batchLoaderEnvironment, graphql.GraphQLContext graphQLContext, List<Character> keys) This methods loads the data for ${dataFetcher.graphQLType}.friends.