ognl
Class OgnlRuntime.ArgsCompatbilityReport
java.lang.Object
ognl.OgnlRuntime.ArgsCompatbilityReport
- Enclosing class:
- OgnlRuntime
public static class OgnlRuntime.ArgsCompatbilityReport
- extends Object
Tells whether the given array of objects is compatible with the given array of classes---that
is, whether the given array of objects can be passed as arguments to a method or constructor
whose parameter types are the given array of classes.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OgnlRuntime.ArgsCompatbilityReport
public OgnlRuntime.ArgsCompatbilityReport(int score,
boolean[] conversionNeeded)
Copyright © 1997-2016 OpenSymphony. All Rights Reserved.