| Package | Description |
|---|---|
| jetbrick.bean |
Classes for java reflect enhancement
|
| Modifier and Type | Method and Description |
|---|---|
static MethodInfo |
MethodInfo.create(Method method) |
MethodInfo |
KlassInfo.getDeclaredMethod(Method method) |
MethodInfo |
KlassInfo.getDeclaredMethod(String name,
Class<?>... parameterTypes) |
MethodInfo |
PropertyInfo.getGetter() |
MethodInfo |
KlassInfo.getMethod(String name,
Class<?>... parameterTypes)
根据目标参数类型,查找完全匹配的方法.
|
MethodInfo |
PropertyInfo.getSetter() |
MethodInfo |
KlassInfo.searchMethod(String name,
Class<?>... parameterTypes)
根据目标参数类型,查找最佳匹配的方法.
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodInfo> |
KlassInfo.getDeclaredMethods() |
List<MethodInfo> |
KlassInfo.getDeclaredMethods(Filters.MethodFilter filter) |
List<MethodInfo> |
KlassInfo.getMethods() |
List<MethodInfo> |
KlassInfo.getMethods(Filters.MethodFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Filters.MethodFilter.accept(MethodInfo method) |
int |
MethodInfo.compareTo(MethodInfo o) |
Copyright © 2016 jetbrick. All rights reserved.