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