Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.InputWithObject
Packages that use InputWithObject
Package
Description
-
Uses of InputWithObject in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return InputWithObject -
Uses of InputWithObject in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util with parameters of type InputWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.objectWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInput
(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorMySchema.objectWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorMySchema.objectWithInput
(String queryResponseDef, InputWithObject input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues
(String queryResponseDef, InputWithObject input, Map<String, Object> parameters) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, InputWithObject input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<TypeWithObject>>
MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues
(String queryResponseDef, InputWithObject 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 InputWithObjectModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.objectsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorMySchema.objectsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorMySchema.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInput
(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput
(String queryResponseDef, List<InputWithObject> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<TypeWithObject>>>
MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorMySchema.objectsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<TypeWithObject>> subscriptionCallback, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<List<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<InputWithObject> 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<TypeWithObject>>>
TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues
(String queryResponseDef, List<InputWithObject> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.