| Package | Description |
|---|---|
| de.aristaflow.adept2.base.registry | |
| de.aristaflow.adept2.util.reflection |
| Modifier and Type | Method and Description |
|---|---|
protected MethodWrapper |
AbstractRegistry.getAppropriateMethod(MethodWrapper[] methods,
java.lang.Class<?>[] parameterTypes)
Looks for an appropriate method (or constructor) accepting the designated parameter types (or
the corresponding supertypes) in the designated class.
|
| Modifier and Type | Method and Description |
|---|---|
protected MethodWrapper |
AbstractRegistry.getAppropriateMethod(MethodWrapper[] methods,
java.lang.Class<?>[] parameterTypes)
Looks for an appropriate method (or constructor) accepting the designated parameter types (or
the corresponding supertypes) in the designated class.
|
| Modifier and Type | Method and Description |
|---|---|
static MethodWrapper |
ReflectionTools.getCorrespondingVarArgsMethod(java.lang.String name,
java.lang.Class<?>[] paramTypes,
java.lang.Object[] paramValues,
java.lang.Class<?> searchedClass)
Gets the method from the designated class that corresponds to the designated method but has an
additional varargs parameter or the designated method has an varargs parameter but the returned
method from the designated class has not.
|