InterviewSolution
Saved Bookmarks
| 1. |
Why Can't Beanutils Find My Method? |
|
Answer» The BEANUTILS package RELIES on introspection rather than reflection. This means that it will FIND only JavaBean compliant properties. There are some subtleties of this specification that can catch out the unwary:
The BeanUtils package relies on introspection rather than reflection. This means that it will find only JavaBean compliant properties. There are some subtleties of this specification that can catch out the unwary: |
|