|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyException | |
---|---|
bitronix.tm.utils | Misc utility classes. |
Uses of PropertyException in bitronix.tm.utils |
---|
Methods in bitronix.tm.utils that throw PropertyException | |
---|---|
static Map |
PropertyUtils.getProperties(Object target)
Build a map of direct javabeans properties of the target object. |
static Object |
PropertyUtils.getProperty(Object target,
String propertyName)
Get a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object. |
static void |
PropertyUtils.setProperties(Object target,
Map properties)
Set a Map of direct or indirect properties on the target object. |
static void |
PropertyUtils.setProperty(Object target,
String propertyName,
Object propertyValue)
Set a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |