Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1
-
Fix Version/s: 1.4
-
Component/s: Converters
-
Labels:None
Description
The classes in the com.thoughtworks.xstream.converters.javabean package have a lot of private or package private fields and methods. This makes it very difficult to customize the behavior of these classes without duplicating a lot of the core code
The attached patch makes some minor adjusts to the access modifiers and does some light refactoring to make things more extensible