public class ParameterTypes extends Object
| Modifiers | Name | Description | 
|---|---|---|
| protected boolean | isVargsMethod | |
| protected Class[] | nativeParamTypes | |
| protected CachedClass[] | parameterTypes | 
| Constructor and description | 
|---|
| ParameterTypes
                                () | 
| ParameterTypes
                                (Class[] pt) | 
| ParameterTypes
                                (String[] pt) | 
| ParameterTypes
                                (CachedClass[] pt) | 
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public final Object[] | coerceArgumentsToClasses(Object[] arguments) | 
|  | public Object[] | correctArguments(Object[] arguments) | 
|  | public Class[] | getNativeParameterTypes() | 
|  | protected Class[] | getPT() | 
|  | public CachedClass[] | getParameterTypes() | 
|  | public boolean | isValidExactMethod(Object[] args) | 
|  | public boolean | isValidExactMethod(Class[] args) | 
|  | public boolean | isValidMethod(Class[] argumentTypes) | 
|  | public boolean | isValidMethod(Object[] arguments) | 
|  | public boolean | isVargsMethod() | 
|  | public boolean | isVargsMethod(Object[] arguments) | 
|  | protected final void | setParametersTypes(CachedClass[] pt) | 
Copyright © 2003-2024 The Apache Software Foundation. All rights reserved.