Package net.sourceforge.jeuclid.context.typewrapper
package net.sourceforge.jeuclid.context.typewrapper
-
ClassDescriptionBasic (and simple) implementation of TypeWrapper.Converting String to Boolean and vice versa is also straightforward.Color is converted to String and back by using existing APIs in
AttributesHelper.Converting String to Enum and vice versa is easy with help of Enum class.Converting String to Numbers and vice versa is also straightforward.Converting String to String is trivial...List is converted to String and back by using comma-separated representation.Encapsulates information about a parameter's value type and how values should be converted between strings and the appropriate object instances.