Uses of Interface
org.junittest.customtemplates_client_springconfiguration.Client
Packages that use Client
-
Uses of Client in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return ClientModifier and TypeMethodDescriptionMyQueryType.getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryTypeExecutorMySchema.issue128
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query on the issue128 query against the GraphQL server.MyQueryTypeExecutorMySchema.issue128WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query on the issue128 query against the GraphQL server.Methods in org.junittest.customtemplates_client_springconfiguration that return types with arguments of type ClientModifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorMySchema.issue128
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query against the GraphQL server.MyQueryTypeReactiveExecutorMySchema.issue128WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client')
This method is expected by the graphql-java framework.MyQueryTypeReactiveExecutorMySchema.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #128 (compilation error when a Query returns a type 'Client') This method executes a partial query against the GraphQL server.Methods in org.junittest.customtemplates_client_springconfiguration with parameters of type ClientModifier and TypeMethodDescriptionvoid
MyQueryType.setIssue128
(Client issue128) test for issue #128 (compilation error when a Query returns a type 'Client')MyQueryType.Builder.withIssue128
(Client issue128Param) test for issue #128 (compilation error when a Query returns a type 'Client')