Uses of Class
ognl.OgnlRuntime.ArgsCompatbilityReport
Packages that use OgnlRuntime.ArgsCompatbilityReport
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.ArgsCompatbilityReport in ognl
Fields in ognl declared as OgnlRuntime.ArgsCompatbilityReportModifier and TypeFieldDescriptionstatic final OgnlRuntime.ArgsCompatbilityReportOgnlRuntime.NoArgsReport(package private) OgnlRuntime.ArgsCompatbilityReportOgnlRuntime.MatchingMethod.reportMethods in ognl that return OgnlRuntime.ArgsCompatbilityReportModifier and TypeMethodDescriptionOgnlRuntime.areArgsCompatible(Class<?>[] args, Class<?>[] classes, Method m) Methods in ognl with parameters of type OgnlRuntime.ArgsCompatbilityReportModifier and TypeMethodDescriptionstatic booleanOgnlRuntime.isTypeCompatible(Class<?> parameterClass, Class<?> methodArgumentClass, int index, OgnlRuntime.ArgsCompatbilityReport report) Constructors in ognl with parameters of type OgnlRuntime.ArgsCompatbilityReportModifierConstructorDescriptionprivateMatchingMethod(Method method, int score, OgnlRuntime.ArgsCompatbilityReport report, Class<?>[] mParameterTypes)