Uses of Interface
org.springframework.beans.BeanWrapper

Packages that use BeanWrapper
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. 
org.springframework.validation Provides data binding and validation functionality, for usage in business and/or UI layers. 
 

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.
 

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

Constructors in org.springframework.beans with parameters of type BeanWrapper
PropertyAccessExceptionsException(BeanWrapper beanWrapper, PropertyAccessException[] propertyAccessExceptions)
          Create new empty PropertyAccessExceptionsException.
 

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

Methods in org.springframework.beans.factory.support that return BeanWrapper
protected  BeanWrapper AbstractAutowireCapableBeanFactory.autowireConstructor(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition)
          "autowire constructor" (with constructor arguments by type) behaviour.
 

Methods in org.springframework.beans.factory.support with parameters of type BeanWrapper
protected  void AbstractBeanFactory.initBeanWrapper(BeanWrapper bw)
          Initialize the given BeanWrapper with the custom editors registered with this factory.
protected  void AbstractAutowireCapableBeanFactory.populateBean(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition, BeanWrapper bw)
          Populate the bean instance in the given BeanWrapper with the property values from the bean definition.
protected  void AbstractAutowireCapableBeanFactory.autowireByName(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition, BeanWrapper bw, MutablePropertyValues pvs)
          Fills in any missing property values with references to other beans in this factory if autowire is set to "byName".
protected  void AbstractAutowireCapableBeanFactory.autowireByType(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition, BeanWrapper bw, MutablePropertyValues pvs)
          Abstract method defining "autowire by type" (bean properties by type) behaviour.
protected  void AbstractAutowireCapableBeanFactory.dependencyCheck(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition, BeanWrapper bw, PropertyValues pvs)
          Perform a dependency check that all properties exposed have been set, if desired.
protected  java.lang.String[] AbstractAutowireCapableBeanFactory.unsatisfiedObjectProperties(RootBeanDefinition mergedBeanDefinition, BeanWrapper bw)
          Return an array of object-type property names that are unsatisfied.
protected  void AbstractAutowireCapableBeanFactory.applyPropertyValues(java.lang.String beanName, RootBeanDefinition mergedBeanDefinition, BeanWrapper bw, PropertyValues pvs)
          Apply the given property values, resolving any runtime references to other beans in this bean factory.
 

Uses of BeanWrapper in org.springframework.validation
 

Methods in org.springframework.validation that return BeanWrapper
protected  BeanWrapper BindException.getBeanWrapper()
          Return the BeanWrapper that this instance uses.
 



Copyright (C) 2003-2004 The Spring Framework Project.