Uses of Class
org.springframework.beans.AbstractPropertyAccessor
Packages that use AbstractPropertyAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of AbstractPropertyAccessor in org.springframework.beans
Subclasses of AbstractPropertyAccessor in org.springframework.beansModifier and TypeClassDescriptionclassA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classConfigurablePropertyAccessorimplementation that directly accesses instance fields.