Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.AllFieldCases
Packages that use AllFieldCases
Package
Description
-
Uses of AllFieldCases in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses that return AllFieldCasesModifier and TypeMethodDescriptionAllFieldCases.Builder.build()
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()
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses with parameters of type AllFieldCasesModifier and TypeMethodDescriptionvoid
MyQueryType.setAllFieldCases
(AllFieldCases allFieldCases) ################################################################################ # Complementary tests with the AllFieldCases Objectvoid
TheSubscriptionType.setAllGraphQLCasesInput
(AllFieldCases allGraphQLCasesInput) Some subscriptions to test all kind of input parameters (to check proper serialization and deserialization)void
TheSubscriptionType.setAllGraphQLCasesParam
(AllFieldCases allGraphQLCasesParam) void
AnotherMutationType.setCreateAllFieldCases
(AllFieldCases createAllFieldCases) void
AllFieldCases.setIssue66
(AllFieldCases issue66) void
MyQueryType.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) -
Uses of AllFieldCases in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util
Methods in org.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return AllFieldCasesModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.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.MyQueryTypeExecutorMySchema.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.MyQueryTypeExecutorMySchema.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.MyQueryTypeExecutorMySchema.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.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Object... paramsAndValues) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, AllFieldCasesInput input, Map<String, Object> parameters) This method is expected by the graphql-java framework.AnotherMutationTypeExecutorMySchema.createAllFieldCasesWithBindValues
(String queryResponseDef, AllFieldCasesInput input, Map<String, Object> parameters) This method executes a partial query on the createAllFieldCases mutation against the GraphQL server.MyQueryTypeExecutorMySchema.withListOfList
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, List<List<Double>> matrix, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withListOfList
(String queryResponseDef, List<List<Double>> matrix, Object... paramsAndValues) This method executes a partial query on the withListOfList query against the GraphQL server.MyQueryTypeExecutorMySchema.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.MyQueryTypeExecutorMySchema.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.junittest.allgraphqlcases_client_springconfiguration_separateutilityclasses.util that return types with arguments of type AllFieldCasesModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<AllFieldCases>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
TheSubscriptionTypeReactiveExecutorMySchema.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>>
AnotherMutationTypeReactiveExecutorMySchema.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>>
AnotherMutationTypeReactiveExecutorMySchema.createAllFieldCases
(String queryResponseDef, AllFieldCasesInput input, Object... paramsAndValues) This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<AllFieldCases>>
AnotherMutationTypeReactiveExecutorMySchema.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>>
AnotherMutationTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.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>>
MyQueryTypeReactiveExecutorMySchema.withListOfListWithBindValues
(String queryResponseDef, List<List<Double>> matrix, 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 AllFieldCasesModifier and TypeMethodDescriptionTheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInput
(String queryResponseDef, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesInputWithBindValues
(String queryResponseDef, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParam
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParam
(String queryResponseDef, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParamWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, 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.TheSubscriptionTypeExecutorMySchema.allGraphQLCasesParamWithBindValues
(String queryResponseDef, 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.