Uses of Class
ognl.OgnlRuntime.ArgsCompatbilityReport
-
Packages that use OgnlRuntime.ArgsCompatbilityReport 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 OgnlRuntime.ArgsCompatbilityReport in ognl
Fields in ognl declared as OgnlRuntime.ArgsCompatbilityReport Modifier and Type Field Description static OgnlRuntime.ArgsCompatbilityReportOgnlRuntime. NoArgsReport(package private) OgnlRuntime.ArgsCompatbilityReportOgnlRuntime.MatchingMethod. reportMethods in ognl that return OgnlRuntime.ArgsCompatbilityReport Modifier and Type Method Description static OgnlRuntime.ArgsCompatbilityReportOgnlRuntime. areArgsCompatible(java.lang.Class[] args, java.lang.Class[] classes, java.lang.reflect.Method m)Methods in ognl with parameters of type OgnlRuntime.ArgsCompatbilityReport Modifier and Type Method Description static booleanOgnlRuntime. isTypeCompatible(java.lang.Class parameterClass, java.lang.Class methodArgumentClass, int index, OgnlRuntime.ArgsCompatbilityReport report)Constructors in ognl with parameters of type OgnlRuntime.ArgsCompatbilityReport Constructor Description MatchingMethod(java.lang.reflect.Method method, int score, OgnlRuntime.ArgsCompatbilityReport report, java.lang.Class[] mParameterTypes)
-