| Package | Description |
|---|---|
| org.bbottema.javareflection |
| Modifier and Type | Method and Description |
|---|---|
static <T> Set<InvokableObject<Constructor>> |
MethodUtils.findCompatibleConstructor(Class<T> datatype,
EnumSet<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. |
Copyright © 2018. All rights reserved.