Uses of Class
bitronix.tm.utils.PropertyException
Packages that use PropertyException
-
Uses of PropertyException in bitronix.tm.utils
Methods in bitronix.tm.utils that throw PropertyExceptionModifier and TypeMethodDescriptionstatic MapPropertyUtils.getProperties(Object target) Build a map of direct javabeans properties of the target object.static ObjectPropertyUtils.getProperty(Object target, String propertyName) Get a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.static voidPropertyUtils.setProperties(Object target, Map properties) Set aMapof direct or indirect properties on the target object.static voidPropertyUtils.setProperty(Object target, String propertyName, Object propertyValue) Set a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.