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