| Package | Description |
|---|---|
| com.atomikos.beans |
| Modifier and Type | Method and Description |
|---|---|
static Map |
PropertyUtils.getProperties(Object target)
Builds a map of direct javabeans properties of the target object.
|
static Object |
PropertyUtils.getProperty(Object target,
String propertyName)
Gets a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.
|
static void |
PropertyUtils.setProperties(Object target,
Map properties)
Sets a map of properties on the target object.
|
static void |
PropertyUtils.setProperty(Object target,
String propertyName,
Object propertyValue)
Sets a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.
|
Copyright © 2016. All Rights Reserved.