Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.CharacterInput
Packages that use CharacterInput
Package
Description
-
Uses of CharacterInput in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return CharacterInputMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()DroidInput.getFriends()HumanInput.getFriends()Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with parameters of type CharacterInputModifier and TypeMethodDescriptionvoidHumanInput.setBestFriend(CharacterInput bestFriend) HumanInput.Builder.withBestFriend(CharacterInput bestFriendParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection with type arguments of type CharacterInputModifier and TypeMethodDescriptionvoidCharacterInput.setFriends(List<CharacterInput> friends) voidDroidInput.setFriends(List<CharacterInput> friends) voidHumanInput.setFriends(List<CharacterInput> friends) CharacterInput.Builder.withFriends(List<CharacterInput> friendsParam) DroidInput.Builder.withFriends(List<CharacterInput> friendsParam) HumanInput.Builder.withFriends(List<CharacterInput> friendsParam) -
Uses of CharacterInput in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with parameters of type CharacterInputModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.withOneMandatoryParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, CharacterInput character) This method loads the data for MyQueryType.withOneMandatoryParam.MyQueryTypeController.withOneMandatoryParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, CharacterInput character) This method loads the data for ${dataFetcher.graphQLType}.withOneMandatoryParam.DataFetchersDelegateMyQueryType.withOneOptionalParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, CharacterInput character) This method loads the data for MyQueryType.withOneOptionalParam.MyQueryTypeController.withOneOptionalParam(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, CharacterInput character) This method loads the data for ${dataFetcher.graphQLType}.withOneOptionalParam.Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_collection.util with type arguments of type CharacterInputModifier and TypeMethodDescriptionDataFetchersDelegateMyQueryType.withList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String firstName, List<CharacterInput> characters) Description for the withList field:
################################################################################ # withList return a list of Characters, matching the given list of CharacterInputMyQueryTypeController.withList(graphql.schema.DataFetchingEnvironment dataFetchingEnvironment, String firstName, List<CharacterInput> characters) This method loads the data for ${dataFetcher.graphQLType}.withList.