| Overrides this method with special handling in case the object passed in
is not a string, as to handle Object to String conversions.
Spring says to override this method to do just that.
If the value argument is no a String, it will simply use toString() to
make it a String.
See Also: java.beans.PropertyEditor.setValue(java.lang.Object) |