Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
None
-
None
-
None
-
NA
Description
Copying property using BeanUtils does not take care the scenario to find the accessor method for java.lang.Boolean types.
For example it tries to fing get(Nameof Boolean property) instead of finding is(Nameof Boolean property).
This is blocking me to proceed without writing custom class that overrides methods in MethodUtils. Please fix this ASAP.
Attachments
Issue Links
- duplicates
-
BEANUTILS-321 [beanutils] wont recognize isXXX() properties returning Boolean Object
- Closed
- is duplicated by
-
BEANUTILS-388 WrapDynaBean should handle Boolean property with is...() getter
- Resolved