Uses of Class
org.junittest.customtemplates_client_springconfiguration.DroidInput
Packages that use DroidInput
-
Uses of DroidInput in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return DroidInputMethods in org.junittest.customtemplates_client_springconfiguration with parameters of type DroidInputModifier and TypeMethodDescriptionMyQueryTypeExecutorMySchema.unionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorMySchema.unionTest
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorMySchema.unionTest
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Object... paramsAndValues)
################################################################################
# Test for unions
This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method executes a partial query on the unionTest query against the GraphQL server.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorMySchema.unionTestWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters)
################################################################################
# Test for unions
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<List<AnyCharacter>>>
MyQueryTypeReactiveExecutorMySchema.unionTestWithBindValues
(String queryResponseDef, HumanInput human1, HumanInput human2, DroidInput droid1, DroidInput droid2, Map<String, Object> parameters) ################################################################################ # Test for unions This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withTwoMandatoryParamDefaultVal
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Object... paramsAndValues) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withTwoMandatoryParamDefaultVal
(String queryResponseDef, DroidInput theHero, Integer num, Object... paramsAndValues) This method executes a partial query against the GraphQL server.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query on the withTwoMandatoryParamDefaultVal query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, DroidInput theHero, Integer num, Map<String, Object> parameters) This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.withTwoMandatoryParamDefaultValWithBindValues
(String queryResponseDef, DroidInput theHero, Integer num, Map<String, Object> parameters) This method executes a partial query against the GraphQL server.