| java.lang.Object | |
| ↳ | org.springframework.beans.PropertyAccessorFactory |
Simple factory facade for obtaining PropertyAccessor instances,
in particular for BeanWrapper instances. Conceals the actual
target implementation classes and their extended public signature.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Obtain a BeanWrapper for the given target object,
accessing properties in JavaBeans style.
| |||||||||||
Obtain a PropertyAccessor for the given target object,
accessing properties in direct field style.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Obtain a BeanWrapper for the given target object, accessing properties in JavaBeans style.
| target | the target object to wrap |
|---|
Obtain a PropertyAccessor for the given target object, accessing properties in direct field style.
| target | the target object to wrap |
|---|