Uses of Interface
org.springframework.beans.PropertyAccessor
Package
Description
This package contains interfaces and classes for manipulating Java beans.
-
Uses of PropertyAccessor in org.springframework.beans
Modifier and TypeInterfaceDescriptioninterface
The central interface of Spring's low-level JavaBeans infrastructure.interface
Interface that encapsulates configuration methods for a PropertyAccessor.Modifier and TypeClassDescriptionclass
A basicConfigurablePropertyAccessor
that provides the necessary infrastructure for all typical use cases.class
Abstract implementation of thePropertyAccessor
interface.class
DefaultBeanWrapper
implementation that should be sufficient for all typical use cases.class
ConfigurablePropertyAccessor
implementation that directly accesses instance fields.