[ 
https://issues.apache.org/jira/browse/SCB-1165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

wujimin reassigned SCB-1165:
----------------------------

    Assignee: wujimin

> filter bridge methods when generate swagger
> -------------------------------------------
>
>                 Key: SCB-1165
>                 URL: https://issues.apache.org/jira/browse/SCB-1165
>             Project: Apache ServiceComb
>          Issue Type: Task
>          Components: Java-Chassis
>            Reporter: wujimin
>            Assignee: wujimin
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> {code:java}
> interface Base<T> {
>   void test(T input);
> }
> interface Child extends Base<String> {
>   void test(String input);
> }
> class Impl implements Child {
>   ......
> }{code}
> Impl.class.getMethods() will get two method name "test", one is normal 
> method, another is bridge method.
>  
> https://github.com/apache/servicecomb-java-chassis/issues/1104



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to