Uses of Class
org.springframework.beans.BeanWrapper

Packages that use BeanWrapper
org.springframework.beans 

Uses of BeanWrapper in org.springframework.beans
 

Classes in org.springframework.beans that implement BeanWrapper
class BeanWrapperImpl
          Default implementation of the BeanWrapper interface that should be sufficient for all normal uses.
 

Constructors in org.springframework.beans with parameters of type BeanWrapper
PropertyAccessExceptionsException.PropertyAccessExceptionsException(BeanWrapper beanWrapper)
          Create new empty PropertyAccessExceptionsException.
 

Methods in org.springframework.beans that return BeanWrapper
BeanWrapperPropertyAccessExceptionsException.getBeanWrapper()
          Return the BeanWrapper that generated this exception.