| Package | Description |
|---|---|
| jetbrick.bean |
Classes for java reflect enhancement
|
| Modifier and Type | Method and Description |
|---|---|
static ConstructorInfo |
ConstructorInfo.create(Constructor<?> constructor)
将 Constructor 对象转成 ConstructorInfo 对象.
|
ConstructorInfo |
KlassInfo.getDeclaredConstructor(Class<?>... parameterTypes)
根据目标参数类型,查找完全匹配的构造函数.
|
ConstructorInfo |
KlassInfo.getDeclaredConstructor(Constructor<?> constructor) |
ConstructorInfo |
KlassInfo.getDefaultConstructor() |
ConstructorInfo |
KlassInfo.searchDeclaredConstructor(Class<?>... parameterTypes)
根据目标参数类型,查找最佳匹配的构造函数.
|
| Modifier and Type | Method and Description |
|---|---|
List<ConstructorInfo> |
KlassInfo.getDeclaredConstructors() |
| Modifier and Type | Method and Description |
|---|---|
int |
ConstructorInfo.compareTo(ConstructorInfo o) |
Copyright © 2016 jetbrick. All rights reserved.