Uses of Class
com.graphql_java_generator.client.request.ObjectResponse
Package
Description
This package contains all the classes used to generate the requests toward the GraphQL server.
-
Uses of ObjectResponse in com.generated.graphql.util
Modifier and TypeMethodDescriptionQueryTypeExecutor.__schema
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__schema
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.__schemaWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__schemaWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__type
(ObjectResponse objectResponse, String name, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__type
(ObjectResponse objectResponse, String name, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typename
(ObjectResponse objectResponse, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typenameWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.__typeWithBindValues
(ObjectResponse objectResponse, String name, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.__typeWithBindValues
(ObjectResponse objectResponse, String name, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriend
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.addFriendWithBindValues
(ObjectResponse objectResponse, String idCharacter, String idNewFriend, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.characters
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.charactersWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHuman
(ObjectResponse objectResponse, String name, String homePlanet, Object... paramsAndValues) This method is expected by the graphql-java framework.MutationTypeExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeReactiveExecutor.createHumanWithBindValues
(ObjectResponse objectResponse, String name, String homePlanet, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.droid
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.droid
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.droidWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.droidWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.MutationTypeExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.exec
(ObjectResponse objectResponse, SubscriptionCallback<?> subscriptionCallback, Object... paramsAndValues) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
SubscriptionTypeReactiveExecutor.exec
(ObjectResponse objectResponse, Object... paramsAndValues) This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.MutationTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<MutationType>
MutationTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.QueryTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Mono<QueryType>
QueryTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.SubscriptionTypeExecutor.execWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<?> subscriptionCallback, Map<String, Object> parameters) This method takes a full request definition, and executes it against the GraphQL server.reactor.core.publisher.Flux<SubscriptionType>
SubscriptionTypeReactiveExecutor.execWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method takes a subscription full request definition, and executes it in reactive mode against the GraphQL server.QueryTypeExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.hero
(ObjectResponse objectResponse, Episode episode, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.heroWithBindValues
(ObjectResponse objectResponse, Episode episode, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.human
(ObjectResponse objectResponse, String id, Object... paramsAndValues) This method is expected by the graphql-java framework.QueryTypeExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.QueryTypeReactiveExecutor.humanWithBindValues
(ObjectResponse objectResponse, String id, Map<String, Object> parameters) This method is expected by the graphql-java framework.SubscriptionTypeExecutor.newCharacter
(ObjectResponse objectResponse, SubscriptionCallback<Character> subscriptionCallback, Object... paramsAndValues) This method registers a subscription, by executing a direct partial newCharacter subscription 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.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.SubscriptionTypeReactiveExecutor.newCharacterWithBindValues
(ObjectResponse objectResponse, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server. -
Uses of ObjectResponse in com.graphql_java_generator.client.request