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