| 程序包 | 说明 |
|---|---|
| cn.jants.restful.bind |
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodParameter |
MethodParameter.forMethodOrConstructor(java.lang.Object methodOrConstructor,
int parameterIndex)
Create a new MethodParameter for the given method or constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ResolvableType |
ResolvableType.forMethodParameter(MethodParameter methodParameter)
Return a
ResolvableType for the specified MethodParameter. |
static ResolvableType |
ResolvableType.forMethodParameter(MethodParameter methodParameter,
ResolvableType implementationType)
Return a
ResolvableType for the specified MethodParameter with a
given implementation type. |
static ResolvableType |
ResolvableType.forMethodParameter(MethodParameter methodParameter,
java.lang.reflect.Type targetType)
Return a
ResolvableType for the specified MethodParameter,
overriding the target type to resolve with a specific given 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 © 2018. All Rights Reserved.