站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

Uses of Class org.springframework.beans.BeanWrapperImpl (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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.