Uses of Class
com.atomikos.beans.PropertyException

Packages that use PropertyException
com.atomikos.beans   
 

Uses of PropertyException in com.atomikos.beans
 

Methods in com.atomikos.beans that throw PropertyException
static Map PropertyUtils.getProperties(Object target)
          Builds a map of direct javabeans properties of the target object.
static Object PropertyUtils.getProperty(Object target, String propertyName)
          Gets a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.
static void PropertyUtils.setProperties(Object target, Map properties)
          Sets a map of properties on the target object.
static void PropertyUtils.setProperty(Object target, String propertyName, Object propertyValue)
          Sets a direct or indirect property (dotted property: prop1.prop2.prop3) on the target object.
 



Copyright © 2016. All Rights Reserved.