junaidp / acris

Automatically exported from code.google.com/p/acris
0 stars 0 forks source link

BeanWrapper processor improvement #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
BeanWrapperProcess has some mental problems with inner classes. For example, we 
have class ClassA

class ClassA {

    @BeanWrapper
    class ClassB {

    }
}

Result of the bean wrapper is ClassAClassBBeanWrapper instead of 
ClassBBeanWrapper

Original issue reported on code.google.com by nejakyus...@gmail.com on 11 Oct 2010 at 1:24

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 14 May 2011 at 4:03

GoogleCodeExporter commented 8 years ago

Original comment by nejakyus...@gmail.com on 26 Sep 2011 at 11:40

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 8 Oct 2011 at 10:20

GoogleCodeExporter commented 8 years ago

Original comment by ladislav...@gmail.com on 9 Oct 2011 at 7:42

GoogleCodeExporter commented 8 years ago

Original comment by nejakyus...@gmail.com on 30 Oct 2011 at 8:11

GoogleCodeExporter commented 8 years ago

Original comment by nejakyus...@gmail.com on 30 Oct 2011 at 8:32