Uses of Class
org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.CharacterInput
Packages that use CharacterInput
Package
Description
-
Uses of CharacterInput in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that return CharacterInputMethods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()
DroidInput.getFriends()
HumanInput.getFriends()
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map with parameters of type CharacterInputModifier and TypeMethodDescriptionvoid
HumanInput.setBestFriend
(CharacterInput bestFriend) HumanInput.Builder.withBestFriend
(CharacterInput bestFriendParam) Method parameters in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map with type arguments of type CharacterInputModifier and TypeMethodDescriptionvoid
CharacterInput.setFriends
(List<CharacterInput> friends) void
DroidInput.setFriends
(List<CharacterInput> friends) void
HumanInput.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_map.util
Methods in org.junittest.allgraphqlcases_server_springconfiguration_util_batchmapping_map.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_map.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.