Uses of Class
org.allGraphQLCases.client2.InputWithJson
-
Uses of InputWithJson in org.allGraphQLCases.client2
Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.jsonWithInput
(ObjectResponse objectResponse, InputWithJson input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.jsonWithInput
(String queryResponseDef, InputWithJson input, Object... paramsAndValues) This method executes a partial query on the jsonWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonWithInput
(ObjectResponse objectResponse, InputWithJson input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonWithInput
(String queryResponseDef, InputWithJson input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.jsonWithInputWithBindValues
(ObjectResponse objectResponse, InputWithJson input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.jsonWithInputWithBindValues
(String queryResponseDef, InputWithJson input, Map<String, Object> parameters) This method executes a partial query on the jsonWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonWithInputWithBindValues
(ObjectResponse objectResponse, InputWithJson input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonWithInputWithBindValues
(String queryResponseDef, InputWithJson input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.jsonsWithInput
(ObjectResponse objectResponse, List<InputWithJson> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.jsonsWithInput
(String queryResponseDef, List<InputWithJson> input, Object... paramsAndValues) This method executes a partial query on the jsonsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithJson>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonsWithInput
(ObjectResponse objectResponse, List<InputWithJson> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithJson>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonsWithInput
(String queryResponseDef, List<InputWithJson> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.jsonsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithJson>> subscriptionCallback, List<InputWithJson> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.jsonsWithInput
(String queryResponseDef, SubscriptionCallback<List<TypeWithJson>> subscriptionCallback, List<InputWithJson> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithJson>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.jsonsWithInput
(ObjectResponse objectResponse, List<InputWithJson> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithJson>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.jsonsWithInput
(String queryResponseDef, List<InputWithJson> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithJson> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(String queryResponseDef, List<InputWithJson> input, Map<String, Object> parameters) This method executes a partial query on the jsonsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithJson>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithJson> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithJson>>>
MyQueryTypeReactiveExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(String queryResponseDef, List<InputWithJson> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithJson>> subscriptionCallback, List<InputWithJson> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<TypeWithJson>> subscriptionCallback, List<InputWithJson> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithJson>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<InputWithJson> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithJson>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.jsonsWithInputWithBindValues
(String queryResponseDef, List<InputWithJson> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.