Uses of Class
org.junittest.customtemplates_client_springconfiguration.Droid
Packages that use Droid
-
Uses of Droid in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return DroidModifier and TypeMethodDescriptionDroid.Builder.build()
MyQueryType.getWithTwoMandatoryParamDefaultVal()
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.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.Methods in org.junittest.customtemplates_client_springconfiguration that return types with arguments of type DroidModifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorMySchema.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.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.Methods in org.junittest.customtemplates_client_springconfiguration with parameters of type DroidModifier and TypeMethodDescriptionvoid
MyQueryType.setWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultVal) MyQueryType.Builder.withWithTwoMandatoryParamDefaultVal
(Droid withTwoMandatoryParamDefaultValParam)