|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface PropertyAccessors.PropertyAccessorProvider
Just describes how to look up a PropertyAccessor.
Method Summary | |
---|---|
PropertyAccessor |
getAccessor(Class<?> beanClass,
String propertyName,
String getterName,
String setterName)
Looks up and returns a PropertyAccessor for the given bean class and the specified property, getter, and setter. |
Method Detail |
---|
PropertyAccessor getAccessor(Class<?> beanClass, String propertyName, String getterName, String setterName)
beanClass
- the class the provides the propertypropertyName
- the name of the property, e.g. "name", "enabled"getterName
- the name of the getter, e.g. "getName", "isEnabled"setterName
- the name of the setter, e.g. "setName", "setEnabled"
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |