Uses of Interface
org.springframework.beans.PropertyAccessor

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

Uses of PropertyAccessor in org.springframework.beans
 

Subinterfaces of PropertyAccessor in org.springframework.beans
 interface BeanWrapper
          The central interface of Spring's low-level JavaBeans infrastructure.
 interface ConfigurablePropertyAccessor
          Interface that encapsulates configuration methods for a PropertyAccessor.
 

Classes in org.springframework.beans that implement PropertyAccessor
 class AbstractPropertyAccessor
          Abstract implementation of the PropertyAccessor interface.
 class BeanWrapperImpl
          Default BeanWrapper implementation that should be sufficient for all typical use cases.
 class DirectFieldAccessor
          PropertyAccessor implementation that directly accesses instance fields.
 



Copyright © 2002-2008 The Spring Framework.