Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Currently ObjectUtils contains various Value related information and conversion functions.
However all functions are static and cannot be overridden.
In order to maintain backward compatibility these static functions must remain.
However internally they should used a new class to forward these functions to, that can be set by the user and which can be overrridden.