Uses of Class
org.junittest.customtemplates_client_springconfiguration.Foo140
Packages that use Foo140
-
Uses of Foo140 in org.junittest.customtemplates_client_springconfiguration
Methods in org.junittest.customtemplates_client_springconfiguration that return Foo140Modifier and TypeMethodDescriptionFoo140.Builder.build()
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.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.MyQueryType.getFoo140()
test for issue #140 (error for type that implements multiple interfaces)Methods in org.junittest.customtemplates_client_springconfiguration that return types with arguments of type Foo140Modifier and TypeMethodDescriptionMyQueryTypeReactiveExecutorMySchema.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 against the GraphQL server.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.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.customtemplates_client_springconfiguration with parameters of type Foo140Modifier and TypeMethodDescriptionvoid
test for issue #140 (error for type that implements multiple interfaces)MyQueryType.Builder.withFoo140
(Foo140 foo140Param) test for issue #140 (error for type that implements multiple interfaces)