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