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