Uses of Interface
com.generated.graphql.Character
Packages that use Character
Package
Description
-
Uses of Character in com.generated.graphql
Classes in com.generated.graphql that implement CharacterMethods in com.generated.graphql that return CharacterModifier and TypeMethodDescriptionMutationType.getAddFriend()
QueryType.getHero()
SubscriptionType.getNewCharacter()
Methods in com.generated.graphql that return types with arguments of type CharacterModifier and TypeMethodDescriptionQueryType.getCharacters()
Character.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
Methods in com.generated.graphql with parameters of type CharacterModifier and TypeMethodDescriptionvoid
MutationType.setAddFriend
(Character addFriend) void
void
SubscriptionType.setNewCharacter
(Character newCharacter) MutationType.Builder.withAddFriend
(Character addFriendParam) SubscriptionType.Builder.withNewCharacter
(Character newCharacterParam) Method parameters in com.generated.graphql with type arguments of type CharacterModifier and TypeMethodDescriptionvoid
QueryType.setCharacters
(List<Character> characters) void
Character.setFriends
(List<Character> friends) void
Droid.setFriends
(List<Character> friends) void
Human.setFriends
(List<Character> friends) QueryType.Builder.withCharacters
(List<Character> charactersParam) Droid.Builder.withFriends
(List<Character> friendsParam) Human.Builder.withFriends
(List<Character> friendsParam) -
Uses of Character in com.generated.graphql.util
Methods in com.generated.graphql.util that return CharacterModifier and TypeMethodDescriptionMutationTypeExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriend
(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query on the addFriend mutation against the GraphQL server.MutationTypeExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriendWithBindValues
(String queryResponseDef, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method executes a partial query on the addFriend mutation against the GraphQL server.QueryTypeExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query on the hero query against the GraphQL server.QueryTypeExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the hero query against the GraphQL server.Methods in com.generated.graphql.util that return types with arguments of type CharacterModifier and TypeMethodDescriptionMutationTypeReactiveExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriend
(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeReactiveExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriendWithBindValues
(String queryResponseDef, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.characters
(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.charactersWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.heroWithBindValues
(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacter
(ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacter
(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacterWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutor.newCharacterWithBindValues
(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.Method parameters in com.generated.graphql.util with type arguments of type CharacterModifier and TypeMethodDescriptionSubscriptionTypeExecutor.newCharacter
(ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutor.newCharacter
(String queryResponseDef, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutor.newCharacterWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutor.newCharacterWithBindValues
(String queryResponseDef, SubscriptionCallback<Character> subscriptionCallback, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server. -
Uses of Character in com.graphql_java_generator.samples.simple.client
Methods in com.graphql_java_generator.samples.simple.client that return Character -
Uses of Character in com.graphql_java_generator.samples.simple.client.graphql
Methods in com.graphql_java_generator.samples.simple.client.graphql that return CharacterModifier and TypeMethodDescriptionPartialDirectRequests.heroFriendsFriendsFriends
(Episode episode) PartialPreparedRequests.heroFriendsFriendsFriends
(Episode episode) PartialDirectRequests.heroFull()
PartialPreparedRequests.heroFull()
PartialDirectRequests.heroPartial
(Episode episode) PartialPreparedRequests.heroPartial
(Episode episode) Methods in com.graphql_java_generator.samples.simple.client.graphql with parameters of type Character