Uses of Class
org.allGraphQLCases.client.CINP_AllFieldCasesInput_CINS
Packages that use CINP_AllFieldCasesInput_CINS
Package
Description
-
Uses of CINP_AllFieldCasesInput_CINS in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CINP_AllFieldCasesInput_CINS -
Uses of CINP_AllFieldCasesInput_CINS in org.allGraphQLCases.client.util
Methods in org.allGraphQLCases.client.util with parameters of type CINP_AllFieldCasesInput_CINSModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.CTP_MyQueryType_CTS.allFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.MyQueryTypeExecutorAllGraphQLCases.allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.allFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query against the GraphQL server.CTP_MyQueryType_CTS.allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.allFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorAllGraphQLCases.allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases.allFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>MyQueryTypeReactiveExecutorAllGraphQLCases.allFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) ################################################################################ # Complementary tests with the AllFieldCases Object This method executes a partial query against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.allGraphQLCasesInput(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInput(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInput(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientCTP_TheSubscriptionType_CTS.allGraphQLCasesInputWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<CTP_AllFieldCases_CTS> subscriptionCallback, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<CTP_AllFieldCases_CTS>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases.allGraphQLCasesInputWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)
This method registers a subscription, by executing a direct partial allGraphQLCasesInput subscription against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.CTP_AnotherMutationType_CTS.createAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.CTP_AnotherMutationType_CTS.createAllFieldCases(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Object... paramsAndValues) Deprecated.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases.createAllFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>AnotherMutationTypeReactiveExecutorAllGraphQLCases.createAllFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.CTP_AnotherMutationType_CTS.createAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated.CTP_AnotherMutationType_CTS.createAllFieldCasesWithBindValues(String queryResponseDef, CINP_AllFieldCasesInput_CINS input, Map<String, Object> parameters) Deprecated. -
Uses of CINP_AllFieldCasesInput_CINS in org.allGraphQLCases.demo
Methods in org.allGraphQLCases.demo with parameters of type CINP_AllFieldCasesInput_CINSModifier and TypeMethodDescriptionPartialQueries.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheFornameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheFornameWithoutId) -
Uses of CINP_AllFieldCasesInput_CINS in org.allGraphQLCases.demo.impl
Methods in org.allGraphQLCases.demo.impl with parameters of type CINP_AllFieldCasesInput_CINSModifier and TypeMethodDescriptionPartialDirectQueries.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheNameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheNameWithoutId) PartialPreparedQueries.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheNameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheNameWithoutId) PartialPreparedQueriesDeprecatedWay.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheNameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheNameWithoutId) reactor.core.publisher.Mono<Optional<CTP_AllFieldCases_CTS>>PartialRequestGraphQLReactiveRepository.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheNameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheNameWithoutId) PartialRequestGraphQLRepository.allFieldCases(CINP_AllFieldCasesInput_CINS allFieldCasesInput, Boolean uppercase, String textToAppendToTheForname, long nbItemsWithId, Date date, OffsetDateTime dateTime, List<Date> dates, Boolean uppercaseNameList, String textToAppendToTheNameWithId, CINP_FieldParameterInput_CINS input, int nbItemsWithoutId, CINP_FieldParameterInput_CINS inputList, String textToAppendToTheNameWithoutId)