| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<InvokableObject<Constructor>> |
MethodUtils.findCompatibleConstructor(Class<T> datatype,
Set<LookupMode> lookupMode,
Class<?>... signature)
Tries to find a
Constructor of a given type, with a given typelist, where types do not match due to formal types simple types. |
static Set<InvokableObject<Method>> |
MethodUtils.findCompatibleMethod(Class<?> datatype,
String methodName,
Set<LookupMode> lookupMode,
Object... args)
Delegates to
MethodUtils.findCompatibleMethod(Class, String, Set, Class[]), with the types of the given arguments extracted using TypeUtils.collectTypes(Object[]). |
| Modifier and Type | Method and Description |
|---|---|
static Method |
MethodUtils.onlyMethod(Set<InvokableObject<Method>> methods) |
Copyright © 2019. All rights reserved.