Uses of Class
org.springframework.beans.BeanWrapperImpl

Packages that use BeanWrapperImpl
org.springframework.beans This package contains interfaces and classes for manipulating Java beans. 
org.springframework.beans.factory.support Classes supporting the org.springframework.beans.factory package. 
 

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.
 

Uses of BeanWrapperImpl in org.springframework.beans.factory.support
 

Methods in org.springframework.beans.factory.support with parameters of type BeanWrapperImpl
protected  Object AbstractBeanFactory.doTypeConversionIfNecessary(Object value, Class targetType, BeanWrapperImpl bw)
          Convert the given value into the specified target type, using the specified BeanWrapper.
 



Copyright (c) 2002-2007 The Spring Framework Project.