Modifier and Type | Class and Description |
---|---|
class |
ObjectMethodAccessor
Implementation of PropertyAccessor that uses reflection on the target object's class to
find a field or a pair of set/get methods with the given property name.
|
Modifier and Type | Method and Description |
---|---|
static MethodAccessor |
OgnlRuntime.getMethodAccessor(Class cls) |
Modifier and Type | Method and Description |
---|---|
static void |
OgnlRuntime.setMethodAccessor(Class cls,
MethodAccessor accessor) |