Package | Description |
---|---|
griffon.util |
Groovy specific utility classes
|
Modifier and Type | Method and Description |
---|---|
static void |
GriffonClassUtils.setField(Object bean,
String name,
Object value)
Sets the value of the specified field of the specified bean.
|
static void |
GriffonClassUtils.setFieldOrPropertyValue(Object bean,
String name,
Object value)
Sets or updates an object's property.
|
static void |
GriffonClassUtils.setFields(Object bean,
Map<String,Object> fields)
Sets or updates field values on an object.
|
static void |
GriffonClassUtils.setFieldsOrProperties(Object bean,
Map<String,Object> properties)
Sets or updates an object's properties.
|
static void |
GriffonClassUtils.setFieldValue(Object bean,
String name,
Object value)
Sets or updates an object's field.
|