Uses of Class
org.junittest.allgraphqlcases_clientpojo_springconfiguration.CharacterInput
Packages that use CharacterInput
-
Uses of CharacterInput in org.junittest.allgraphqlcases_clientpojo_springconfiguration
Methods in org.junittest.allgraphqlcases_clientpojo_springconfiguration that return CharacterInputMethods in org.junittest.allgraphqlcases_clientpojo_springconfiguration that return types with arguments of type CharacterInputModifier and TypeMethodDescriptionCharacterInput.getFriends()DroidInput.getFriends()HumanInput.getFriends()Methods in org.junittest.allgraphqlcases_clientpojo_springconfiguration with parameters of type CharacterInputModifier and TypeMethodDescriptionvoidHumanInput.setBestFriend(CharacterInput bestFriend) HumanInput.Builder.withBestFriend(CharacterInput bestFriendParam) Method parameters in org.junittest.allgraphqlcases_clientpojo_springconfiguration 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)