Uses of Interface
org.junittest.starwars_client_springconfiguration.Character
Packages that use Character
-
Uses of Character in org.junittest.starwars_client_springconfiguration
Classes in org.junittest.starwars_client_springconfiguration that implement CharacterMethods in org.junittest.starwars_client_springconfiguration that return CharacterModifier and TypeMethodDescriptionMutationTypeExecutorMySchema.addFriend(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutorMySchema.addFriend(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query on the addFriend mutation against the GraphQL server.MutationTypeExecutorMySchema.addFriendWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutorMySchema.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.MutationType.getAddFriend()QueryType.getHero()SubscriptionType.getNewCharacter()QueryTypeExecutorMySchema.hero(com.graphql_java_generator.client.request.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.QueryTypeExecutorMySchema.heroWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.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 org.junittest.starwars_client_springconfiguration that return types with arguments of type CharacterModifier and TypeMethodDescriptionMutationTypeReactiveExecutorMySchema.addFriend(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutorMySchema.addFriend(String queryResponseDef, String idCharacter, String idNewFriend, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MutationTypeReactiveExecutorMySchema.addFriendWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutorMySchema.addFriendWithBindValues(String queryResponseDef, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryTypeExecutorMySchema.characters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.characters(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutorMySchema.characters(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.characters(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeExecutorMySchema.charactersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutorMySchema.charactersWithBindValues(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query on the characters query against the GraphQL server.QueryTypeReactiveExecutorMySchema.charactersWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.charactersWithBindValues(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.QueryType.getCharacters()Character.getFriends()Droid.getFriends()Human.getFriends()Droid.getFriendsCharacter()Human.getFriendsCharacter()QueryTypeReactiveExecutorMySchema.hero(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.hero(String queryResponseDef, Episode episode, Object... paramsAndValues) This method executes a partial query against the GraphQL server.QueryTypeReactiveExecutorMySchema.heroWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutorMySchema.heroWithBindValues(String queryResponseDef, Episode episode, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.SubscriptionTypeReactiveExecutorMySchema.newCharacter(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutorMySchema.newCharacter(String queryResponseDef, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutorMySchema.newCharacterWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.SubscriptionTypeReactiveExecutorMySchema.newCharacterWithBindValues(String queryResponseDef, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.Methods in org.junittest.starwars_client_springconfiguration with parameters of type CharacterModifier and TypeMethodDescriptionvoidMutationType.setAddFriend(Character addFriend) voidvoidSubscriptionType.setNewCharacter(Character newCharacter) MutationType.Builder.withAddFriend(Character addFriendParam) SubscriptionType.Builder.withNewCharacter(Character newCharacterParam) Method parameters in org.junittest.starwars_client_springconfiguration with type arguments of type CharacterModifier and TypeMethodDescriptionSubscriptionTypeExecutorMySchema.newCharacter(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutorMySchema.newCharacter(String queryResponseDef, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription against the GraphQL server.SubscriptionTypeExecutorMySchema.newCharacterWithBindValues(com.graphql_java_generator.client.request.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.SubscriptionTypeExecutorMySchema.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.voidQueryType.setCharacters(List<Character> characters) voidCharacter.setFriends(List<Character> friends) voidDroid.setFriends(List<Character> friends) voidHuman.setFriends(List<Character> friends) QueryType.Builder.withCharacters(List<Character> charactersParam) Droid.Builder.withFriends(List<Character> friendsParam) Human.Builder.withFriends(List<Character> friendsParam)