Uses of Class
org.springframework.beans.AbstractPropertyAccessor
Packages that use AbstractPropertyAccessor Package Description org.springframework.beans This package contains interfaces and classes for manipulating Java beans.Uses of AbstractPropertyAccessor in org.springframework.beans
Subclasses of AbstractPropertyAccessor in org.springframework.beans Modifier and Type Class Description classAbstractNestablePropertyAccessorA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classBeanWrapperImplDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classDirectFieldAccessorConfigurablePropertyAccessorimplementation that directly accesses instance fields.