Uses of Interface
org.springframework.beans.PropertyAccessor
Packages that use PropertyAccessor Package Description 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 Modifier and Type Interface Description interfaceBeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure.interfaceConfigurablePropertyAccessorInterface that encapsulates configuration methods for a PropertyAccessor.Classes in org.springframework.beans that implement PropertyAccessor Modifier and Type Class Description classAbstractNestablePropertyAccessorA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classAbstractPropertyAccessorAbstract implementation of thePropertyAccessorinterface.classBeanWrapperImplDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classDirectFieldAccessorConfigurablePropertyAccessorimplementation that directly accesses instance fields.