Uses of Class
org.allGraphQLCases.client2.AllFieldCases
Packages that use AllFieldCases
-
Uses of AllFieldCases in org.allGraphQLCases.client2
Methods in org.allGraphQLCases.client2 that return AllFieldCasesModifier and TypeMethodDescriptionMyQueryTypeExecutorAllGraphQLCases2.allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.allFieldCases(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query on the allFieldCases query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.allFieldCasesWithBindValues(String queryResponseDef, AllFieldCasesInput 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.AllFieldCases.Builder.build()AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCases(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.MyQueryType.getAllFieldCases()################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.getAllGraphQLCasesInput()Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.getAllGraphQLCasesParam()AnotherMutationType.getCreateAllFieldCases()AllFieldCases.getIssue66()MyQueryType.getWithListOfList()MyQueryTypeExecutorAllGraphQLCases2.withListOfList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withListOfList(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query on the withListOfList query against the GraphQL server.MyQueryTypeExecutorAllGraphQLCases2.withListOfListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorAllGraphQLCases2.withListOfListWithBindValues(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) This method executes a partial query on the withListOfList query against the GraphQL server.Methods in org.allGraphQLCases.client2 that return types with arguments of type AllFieldCasesModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCases(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues)
################################################################################
# Complementary tests with the AllFieldCases Object
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput 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<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.allFieldCasesWithBindValues(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) ################################################################################ # Complementary tests with the AllFieldCases Object This method executes a partial query against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput 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<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInput(String queryResponseDef, AllFieldCasesInput 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<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput 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<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues(String queryResponseDef, AllFieldCasesInput 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<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesParam(String queryResponseDef, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial request against the GraphQL server.reactor.core.publisher.Flux<Optional<AllFieldCases>>TheSubscriptionTypeReactiveExecutorAllGraphQLCases2.allGraphQLCasesParamWithBindValues(String queryResponseDef, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCases(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCases(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>AnotherMutationTypeReactiveExecutorAllGraphQLCases2.createAllFieldCasesWithBindValues(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.withListOfList(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.withListOfList(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.withListOfListWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Map<String, Object> parameters) This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<AllFieldCases>>MyQueryTypeReactiveExecutorAllGraphQLCases2.withListOfListWithBindValues(String queryResponseDef, List<List<Double>> matrix, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.Methods in org.allGraphQLCases.client2 with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoidMyQueryType.setAllFieldCases(AllFieldCases allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases ObjectvoidTheSubscriptionType.setAllGraphQLCasesInput(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)voidTheSubscriptionType.setAllGraphQLCasesParam(AllFieldCases allGraphQLCasesParam) voidAnotherMutationType.setCreateAllFieldCases(AllFieldCases createAllFieldCases) voidAllFieldCases.setIssue66(AllFieldCases issue66) voidMyQueryType.setWithListOfList(AllFieldCases withListOfList) MyQueryType.Builder.withAllFieldCases(AllFieldCases allFieldCasesParam) ################################################################################ # Complementary tests with the AllFieldCases ObjectTheSubscriptionType.Builder.withAllGraphQLCasesInput(AllFieldCases allGraphQLCasesInputParam) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)TheSubscriptionType.Builder.withAllGraphQLCasesParam(AllFieldCases allGraphQLCasesParamParam) AnotherMutationType.Builder.withCreateAllFieldCases(AllFieldCases createAllFieldCasesParam) AllFieldCases.Builder.withIssue66(AllFieldCases issue66Param) MyQueryType.Builder.withWithListOfList(AllFieldCases withListOfListParam) Method parameters in org.allGraphQLCases.client2 with type arguments of type AllFieldCasesModifier and TypeMethodDescriptioncom.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInput(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput 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.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInput(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput 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.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput 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.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesInputWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, AllFieldCasesInput 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.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesParam(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesParam(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Object... paramsAndValues) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesParamWithBindValues(com.graphql_java_generator.client.request.ObjectResponse objectResponse, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.com.graphql_java_generator.client.SubscriptionClientTheSubscriptionTypeExecutorAllGraphQLCases2.allGraphQLCasesParamWithBindValues(String queryResponseDef, com.graphql_java_generator.client.SubscriptionCallback<AllFieldCases> subscriptionCallback, String id, String name, Long age, Integer integer, Date date, List<Date> dates, List<List<Double>> matrix, AllFieldCasesWithoutIdSubtypeInput oneWithoutIdSubtype, List<AllFieldCasesWithoutIdSubtypeInput> listWithoutIdSubtype, Map<String, Object> parameters) This method registers a subscription, by executing a direct partial allGraphQLCasesParam subscription against the GraphQL server.