Skip to content

Skip bridge-methods for POJO-getter/setter #314 #317

Open
stapel wants to merge 2 commits intoaaberg:masterfrom
stapel:master
Open

Skip bridge-methods for POJO-getter/setter #314 #317
stapel wants to merge 2 commits intoaaberg:masterfrom
stapel:master

Conversation

@stapel
Copy link

@stapel stapel commented Jan 27, 2019

Bridge-methods are generated by the compiler. In case of #314, getter and setter are created because the class inherited from a parametr. class and the getter/setter work on Object (as in the parent-class, after type erasure). That's why they need to be excluded from the list of methods to choose getters and setters from.

Bridge-methods are generated by the compiler. In case of aaberg#314, getter and setter are created because the class inherited from a parametr. class and the getter/setter work on Object (as in the parent-class, after type erasure). That's why they need to be excluded from the list of methods to choose getters and setters from.
Skip bridge-methods for POJO-getter/setter aaberg#314
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant