Contains property-related static utility methods
| Type | Name and description |
|---|---|
static void |
setPropertyFromString(Object object, String propertyName, String propertyValue)Set the value of the named property on the specified Object from a String value. |
Set the value of the named property on the specified Object from a String value. If the name specifies an int, long or boolean value then trim and parse the provided String value and convert to the appropriate type.
object - - the Object whose field should be setname - - the property name to setvalue - - the property value as a String