|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.beans.PropertyAccessorFactory
public abstract class PropertyAccessorFactory
Simple factory facade for obtaining PropertyAccessor
instances,
in particular for BeanWrapper
instances. Conceals the actual
target implementation classes and their extended public signature.
Constructor Summary | |
---|---|
PropertyAccessorFactory()
|
Method Summary | |
---|---|
static BeanWrapper |
forBeanPropertyAccess(java.lang.Object target)
Obtain a BeanWrapper for the given target object, accessing properties in JavaBeans style. |
static ConfigurablePropertyAccessor |
forDirectFieldAccess(java.lang.Object target)
Obtain a PropertyAccessor for the given target object, accessing properties in direct field style. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyAccessorFactory()
Method Detail |
---|
public static BeanWrapper forBeanPropertyAccess(java.lang.Object target)
target
- the target object to wrap
BeanWrapperImpl
public static ConfigurablePropertyAccessor forDirectFieldAccess(java.lang.Object target)
target
- the target object to wrap
DirectFieldAccessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |