| Methods in bitronix.tm.utils that throw PropertyException |
static java.util.Map |
PropertyUtils.getProperties(java.lang.Object target)
Build a map of direct javabeans properties of the target object. |
static java.lang.Object |
PropertyUtils.getProperty(java.lang.Object target,
java.lang.String propertyName)
Get 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)
Set a Map of direct or indirect properties on the target object. |
static void |
PropertyUtils.setProperty(java.lang.Object target,
java.lang.String propertyName,
java.lang.Object propertyValue)
Set a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object. |