Uses of Interface
ognl.MethodAccessor
Packages that use MethodAccessor
Package
Description
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 MethodAccessorModifier and TypeClassDescriptionclass
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 ognl that return MethodAccessorMethods in ognl with parameters of type MethodAccessorModifier and TypeMethodDescriptionstatic void
OgnlRuntime.setMethodAccessor
(Class cls, MethodAccessor accessor)