Uses of Interface
org.junittest.allgraphqlcases_client_springconfiguration.CIP_Client_CIS
Packages that use CIP_Client_CIS
-
Uses of CIP_Client_CIS in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CIP_Client_CISModifier and TypeMethodDescriptionCTP_MyQueryType_CTS.getIssue128()
test for issue #128 (compilation error when a Query returns a type 'Client')CTP_MyQueryType_CTS.issue128
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.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.CTP_MyQueryType_CTS.issue128WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.issue128WithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.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.allgraphqlcases_client_springconfiguration that return types with arguments of type CIP_Client_CISModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
MyQueryTypeReactiveExecutorMySchema.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.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
test for issue #128 (compilation error when a Query returns a type 'Client')
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
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.reactor.core.publisher.Mono<Optional<CIP_Client_CIS>>
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.allgraphqlcases_client_springconfiguration with parameters of type CIP_Client_CISModifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setIssue128
(CIP_Client_CIS issue128) test for issue #128 (compilation error when a Query returns a type 'Client')CTP_MyQueryType_CTS.Builder.withIssue128
(CIP_Client_CIS issue128Param) test for issue #128 (compilation error when a Query returns a type 'Client')