Uses of Class
org.junittest.allgraphqlcases_client_springconfiguration.CTP_Foo140_CTS
Packages that use CTP_Foo140_CTS
-
Uses of CTP_Foo140_CTS in org.junittest.allgraphqlcases_client_springconfiguration
Methods in org.junittest.allgraphqlcases_client_springconfiguration that return CTP_Foo140_CTSModifier and TypeMethodDescriptionCTP_Foo140_CTS.Builder.build()
CTP_MyQueryType_CTS.foo140
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) Deprecated.Deprecated.MyQueryTypeExecutorMySchema.foo140
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query on the foo140 query against the GraphQL server.CTP_MyQueryType_CTS.foo140WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) Deprecated.CTP_MyQueryType_CTS.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) Deprecated.MyQueryTypeExecutorMySchema.foo140WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.MyQueryTypeExecutorMySchema.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query on the foo140 query against the GraphQL server.CTP_MyQueryType_CTS.getFoo140()
test for issue #140 (error for type that implements multiple interfaces)Methods in org.junittest.allgraphqlcases_client_springconfiguration that return types with arguments of type CTP_Foo140_CTSModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Optional<CTP_Foo140_CTS>>
MyQueryTypeReactiveExecutorMySchema.foo140
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Object... paramsAndValues) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Foo140_CTS>>
test for issue #140 (error for type that implements multiple interfaces)
This method executes a partial query against the GraphQL server.reactor.core.publisher.Mono<Optional<CTP_Foo140_CTS>>
MyQueryTypeReactiveExecutorMySchema.foo140WithBindValues
(com.graphql_java_generator.client.request.ObjectResponse objectResponse, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces)
This method is expected by the graphql-java framework.reactor.core.publisher.Mono<Optional<CTP_Foo140_CTS>>
MyQueryTypeReactiveExecutorMySchema.foo140WithBindValues
(String queryResponseDef, Map<String, Object> parameters) test for issue #140 (error for type that implements multiple interfaces) This method executes a partial query against the GraphQL server.Methods in org.junittest.allgraphqlcases_client_springconfiguration with parameters of type CTP_Foo140_CTSModifier and TypeMethodDescriptionvoid
CTP_MyQueryType_CTS.setFoo140
(CTP_Foo140_CTS foo140) test for issue #140 (error for type that implements multiple interfaces)CTP_MyQueryType_CTS.Builder.withFoo140
(CTP_Foo140_CTS foo140Param) test for issue #140 (error for type that implements multiple interfaces)