Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration.CINP_InputWithObject_CINS
Packages that use CINP_InputWithObject_CINS
-
Uses of CINP_InputWithObject_CINS in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CINP_InputWithObject_CINSMethods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CINP_InputWithObject_CINSModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.objectWithInput(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInput(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>MyQueryTypeReactiveExecutorMySchema.objectWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>MyQueryTypeReactiveExecutorMySchema.objectWithInput(String queryResponseDef, CINP_InputWithObject_CINS input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.objectWithInputWithBindValues(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectWithInputWithBindValues(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method executes a partial query on the objectWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithObject_CTS>>MyQueryTypeReactiveExecutorMySchema.objectWithInputWithBindValues(String queryResponseDef, CINP_InputWithObject_CINS input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Method parameters in org.junittest.allgraphqlcases_client_springconfiguration with type arguments of type CINP_InputWithObject_CINSModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.objectsWithInput(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInput(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInput(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method executes a partial query on the objectsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInput(String queryResponseDef, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<List<CTP_TypeWithObject_CTS>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInput(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.CTP_MyQueryType_CTS.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.objectsWithInputWithBindValues(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.objectsWithInputWithBindValues(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithObject_CTS>>>MyQueryTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>> subscriptionCallback, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<CINP_InputWithObject_CINS> 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<CTP_TypeWithObject_CTS>>>TheSubscriptionTypeReactiveExecutorMySchema.objectsWithInputWithBindValues(String queryResponseDef, List<CINP_InputWithObject_CINS> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial objectsWithInput subscription against the GraphQL server.