| AbstractSimpleTypeWrapper |
Basic (and simple) implementation of TypeWrapper.
|
| BooleanTypeWrapper |
Converting String to Boolean and vice versa is also straightforward.
|
| ColorTypeWrapper |
Color is converted to String and back by using existing APIs in
AttributesHelper.
|
| EnumTypeWrapper |
Converting String to Enum and vice versa is easy with help of Enum class.
|
| NumberTypeWrapper |
Converting String to Numbers and vice versa is also straightforward.
|
| StringTypeWrapper |
Converting String to String is trivial...
|
| TLIListTypeWrapper |
List is converted to String and back by using comma-separated
representation.
|