The Spring Framework

Uses of Class
org.springframework.beans.BeanWrapperImpl

Packages that use BeanWrapperImpl
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
 

Uses of BeanWrapperImpl in org.springframework.beans
 

Methods in org.springframework.beans that return BeanWrapperImpl
protected  BeanWrapperImpl BeanWrapperImpl.getBeanWrapperForPropertyPath(String propertyPath)
          Recursively navigate to return a BeanWrapper for the nested property path.
protected  BeanWrapperImpl BeanWrapperImpl.newNestedBeanWrapper(Object object, String nestedPath)
          Create a new nested BeanWrapper instance.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.