Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.0.3
-
None
Description
Conventions would be:
- The target type can convert itself from string and back by implementing some interface
- targetType.valueOf(String) -> from string
. targetType.toString() -> to String