Uses of Class
org.allGraphQLCases.client.CINP_InputWithJson_CINS
-
Uses of CINP_InputWithJson_CINS in org.allGraphQLCases.client
-
Uses of CINP_InputWithJson_CINS in org.allGraphQLCases.client.util
Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.jsonWithInput
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.jsonWithInput
(String queryResponseDef, CINP_InputWithJson_CINS input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.jsonWithInput
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.jsonWithInput
(String queryResponseDef, CINP_InputWithJson_CINS input, Object... paramsAndValues) This method executes a partial query on the jsonWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithJson_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonWithInput
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithJson_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonWithInput
(String queryResponseDef, CINP_InputWithJson_CINS input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.jsonWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.jsonWithInputWithBindValues
(String queryResponseDef, CINP_InputWithJson_CINS input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.jsonWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.jsonWithInputWithBindValues
(String queryResponseDef, CINP_InputWithJson_CINS input, Map<String, Object> parameters) This method executes a partial query on the jsonWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_TypeWithJson_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonWithInputWithBindValues
(ObjectResponse objectResponse, CINP_InputWithJson_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_TypeWithJson_CTS>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonWithInputWithBindValues
(String queryResponseDef, CINP_InputWithJson_CINS input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Modifier and TypeMethodDescriptionCTP_MyQueryType_CTS.jsonsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.jsonsWithInput
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.jsonsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.CTP_TheSubscriptionType_CTS.jsonsWithInput
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.jsonsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.jsonsWithInput
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method executes a partial query on the jsonsWithInput query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithJson_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithJson_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonsWithInput
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.jsonsWithInput
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.jsonsWithInput
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> 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<CTP_TypeWithJson_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.jsonsWithInput
(ObjectResponse objectResponse, List<CINP_InputWithJson_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_TypeWithJson_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.jsonsWithInput
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.CTP_MyQueryType_CTS.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.jsonsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.CTP_TheSubscriptionType_CTS.jsonsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithJson_CINS> 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<CTP_TypeWithJson_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<CTP_TypeWithJson_CTS>>>
MyQueryTypeReactiveExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.TheSubscriptionTypeExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(String queryResponseDef, SubscriptionCallback<List<CTP_TypeWithJson_CTS>> subscriptionCallback, List<CINP_InputWithJson_CINS> 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<CTP_TypeWithJson_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(ObjectResponse objectResponse, List<CINP_InputWithJson_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_TypeWithJson_CTS>>>
TheSubscriptionTypeReactiveExecutorAllGraphQLCases.jsonsWithInputWithBindValues
(String queryResponseDef, List<CINP_InputWithJson_CINS> input, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial jsonsWithInput subscription against the GraphQL server.