| 程序包 | 说明 |
|---|---|
| com.jn.langx.util.reflect | |
| com.jn.langx.util.reflect.parameter |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConstructorParameter |
Reflects.getConstructorParameter(Constructor constructor,
int index) |
ConstructorParameter |
ParameterServiceRegistry.getConstructorParameter(Constructor constructor,
int index) |
static ConstructorParameter |
Reflects.getConstructorParameter(String supplierName,
Constructor constructor,
int index) |
ConstructorParameter |
ParameterServiceRegistry.getConstructorParameter(String supplierName,
Constructor constructor,
int index) |
ConstructorParameter |
ParameterServiceRegistry.getConstructorParameter(String name,
int modifiers,
Constructor constructor,
int index) |
ConstructorParameter |
ParameterServiceRegistry.getConstructorParameter(String supplierName,
String name,
int modifiers,
Constructor constructor,
int index) |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ConstructorParameter> |
Reflects.getConstructorParameters(Constructor constructor) |
List<ConstructorParameter> |
ParameterServiceRegistry.getConstructorParameters(Constructor constructor) |
static List<ConstructorParameter> |
Reflects.getConstructorParameters(String supplierName,
Constructor constructor) |
List<ConstructorParameter> |
ParameterServiceRegistry.getConstructorParameters(String supplierName,
Constructor constructor) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Java6ConstructorParameter |
| 限定符和类型 | 方法和说明 |
|---|---|
ConstructorParameter |
Java6ConstructorParameterSupplier.get(ParameterMeta meta) |
Copyright © 2021. All rights reserved.