Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.x Maintenance, Upcoming
-
Fix Version/s: 1.4
-
Component/s: Converters
-
Labels:None
-
JDK version and platform:Sun JDK 1.6.0
Description
I am submitting a patch that enhances the BeanProvider class.
The patch does two things:
1) changes getSerializableProperties from private to protected
2) changes getProperty from private to protected
This patch makes it easier for developers to extend BeanProvider.
Applied. Thanks for the patch.