| Package | Description |
|---|---|
| com.atomikos.beans |
| Modifier and Type | Method and Description |
|---|---|
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 © 2020. All Rights Reserved.