| Package | Description |
|---|---|
| jetbrick.bean |
Classes for java reflect enhancement
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstructorInfo
代表一个构造函数.
|
class |
MethodInfo
代表一个方法.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Executable> |
ExecutableUtils.getExecutable(List<T> executables,
String name,
Class<?>... parameterTypes)
查找完全匹配的方法或者构造函数.
|
static <T extends Executable> |
ExecutableUtils.searchExecutable(List<T> executables,
String name,
Class<?>... parameterTypes)
查找最佳匹配的方法或者构造函数。
|
| Modifier and Type | Method and Description |
|---|---|
Executable |
ParameterInfo.getDeclaringExecutable() |
Copyright © 2016 jetbrick. All rights reserved.