| Package | Description |
|---|---|
| org.cthul.objects.reflection |
| Modifier and Type | Method and Description |
|---|---|
static <T> Constructor<T> |
Signatures.bestConstructor(Class<T> clazz,
Class<?>[] argTypes)
Finds the best constructor for the given arguments types.
|
static <T> Constructor<T> |
Signatures.bestConstructor(Class<T> clazz,
Object[] args)
Finds the best constructor for the given arguments.
|
static <T> Constructor<T> |
Signatures.bestConstructor(Constructor<T>[] constructors,
Class<?>[] argTypes)
Selects the best constructor for the given argument types.
|
static <T> Constructor<T> |
Signatures.bestConstructor(Constructor<T>[] constructors,
Object[] args)
Selects the best constructor for the given arguments.
|
Copyright © 2015. All rights reserved.