Uses of Interface
ognl.MethodAccessor
-
Packages that use MethodAccessor Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. -
-
Uses of MethodAccessor in ognl
Classes in ognl that implement MethodAccessor Modifier and Type Class Description classObjectMethodAccessorImplementation 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.Fields in ognl with type parameters of type MethodAccessor Modifier and Type Field Description private ClassCache<MethodAccessor>OgnlCache. methodAccessorsMethods in ognl that return MethodAccessor Modifier and Type Method Description MethodAccessorOgnlCache. getMethodAccessor(java.lang.Class<?> clazz)static MethodAccessorOgnlRuntime. getMethodAccessor(java.lang.Class<?> clazz)Methods in ognl with parameters of type MethodAccessor Modifier and Type Method Description voidOgnlCache. setMethodAccessor(java.lang.Class<?> clazz, MethodAccessor accessor)static voidOgnlRuntime. setMethodAccessor(java.lang.Class<?> clazz, MethodAccessor accessor)
-