| 程序包 | 说明 |
|---|---|
| org.tinygroup.commons.tools |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodParameter |
MethodParameter.forMethodOrConstructor(Object methodOrConstructor,
int parameterIndex)
Create a new MethodParameter for the given method or constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Type |
GenericTypeResolver.getTargetType(MethodParameter methodParam)
Determine the target type for the given parameter specification.
|
static Class<?> |
GenericTypeResolver.resolveParameterType(MethodParameter methodParam,
Class clazz)
Determine the target type for the given generic parameter type.
|
| 构造器和说明 |
|---|
MethodParameter(MethodParameter original)
Copy constructor, resulting in an independent MethodParameter object
based on the same metadata and cache state that the original object was in.
|
Copyright © 2006–2018 TinyGroup. All rights reserved.