Uses of Class
ognl.OgnlRuntime.MatchingMethod
Packages that use OgnlRuntime.MatchingMethod
Package
Description
OGNL stands for Object-Graph Navigation Language; it is an expression language
for getting and setting properties of Java objects.
-
Uses of OgnlRuntime.MatchingMethod in ognl
Methods in ognl that return OgnlRuntime.MatchingMethodModifier and TypeMethodDescriptionprivate static OgnlRuntime.MatchingMethodOgnlRuntime.findBestMethod(List<Method> methods, Class<?> typeClass, String name, Class<?>[] argClasses)