Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.InputWithJson
Packages that use InputWithJson
Package
Description
-
Uses of InputWithJson in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return InputWithJson -
Uses of InputWithJson in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with parameters of type InputWithJsonModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.jsonWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithJson input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.jsonWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithJson input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorMySchema.jsonWithInput
(String queryResponseDef, InputWithJson input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.jsonWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithJson input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.jsonWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithJson input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithJson>>
MyQueryTypeReactiveExecutorMySchema.jsonWithInputWithBindValues
(String queryResponseDef, InputWithJson input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with type arguments of type InputWithJsonModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.jsonsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithJson> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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>>>
MyQueryTypeReactiveExecutorMySchema.jsonsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithJson> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithJson>>>
MyQueryTypeReactiveExecutorMySchema.jsonsWithInput
(String queryResponseDef, List<InputWithJson> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorMySchema.jsonsWithInput
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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>>>
TheSubscriptionTypeReactiveExecutorMySchema.jsonsWithInput
(com.graphql_java_generator.client.request.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>>>
TheSubscriptionTypeReactiveExecutorMySchema.jsonsWithInput
(String queryResponseDef, List<InputWithJson> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorMySchema.jsonsWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithJson> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.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>>>
MyQueryTypeReactiveExecutorMySchema.jsonsWithInputWithBindValues
(com.graphql_java_generator.client.request.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>>>
MyQueryTypeReactiveExecutorMySchema.jsonsWithInputWithBindValues
(String queryResponseDef, List<InputWithJson> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorMySchema.jsonsWithInputWithBindValues
(com.graphql_java_generator.client.request.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.TheSubscriptionTypeExecutorMySchema.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>>>
TheSubscriptionTypeReactiveExecutorMySchema.jsonsWithInputWithBindValues
(com.graphql_java_generator.client.request.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>>>
TheSubscriptionTypeReactiveExecutorMySchema.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.