Uses of Interface
org.apache.commons.ognl.MethodAccessor
-
Packages that use MethodAccessor Package Description org.apache.commons.ognl -
-
Uses of MethodAccessor in org.apache.commons.ognl
Classes in org.apache.commons.ognl that implement MethodAccessor Modifier and Type Class 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.Methods in org.apache.commons.ognl that return MethodAccessor Modifier and Type Method Description MethodAccessor
OgnlCache. getMethodAccessor(Class<?> clazz)
static MethodAccessor
OgnlRuntime. getMethodAccessor(Class<?> clazz)
Methods in org.apache.commons.ognl with parameters of type MethodAccessor Modifier and Type Method Description void
OgnlCache. setMethodAccessor(Class<?> clazz, MethodAccessor accessor)
static void
OgnlRuntime. setMethodAccessor(Class<?> clazz, MethodAccessor accessor)
-