Uses of Interface
com.generated.graphql.Character
Package
Description
-
Uses of Character in com.generated.graphql
Modifier and TypeMethodDescriptionMutationType.getAddFriend()
QueryType.getHero()
SubscriptionType.getNewCharacter()
Modifier and TypeMethodDescriptionQueryType.getCharacters()
Character.getFriends()
Droid.getFriends()
Human.getFriends()
Droid.getFriendsCharacter()
Human.getFriendsCharacter()
Modifier and TypeMethodDescriptionvoid
MutationType.setAddFriend
(Character addFriend) void
void
SubscriptionType.setNewCharacter
(Character newCharacter) MutationType.Builder.withAddFriend
(Character addFriendParam) SubscriptionType.Builder.withNewCharacter
(Character newCharacterParam) Modifier 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
Modifier 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.Modifier 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.Modifier 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
-
Uses of Character in com.graphql_java_generator.samples.simple.client.graphql
Modifier and TypeMethodDescriptionPartialDirectRequests.heroFriendsFriendsFriends
(Episode episode) PartialPreparedRequests.heroFriendsFriendsFriends
(Episode episode) PartialDirectRequests.heroFull()
PartialPreparedRequests.heroFull()
PartialDirectRequests.heroPartial
(Episode episode) PartialPreparedRequests.heroPartial
(Episode episode)