public static class MethodDescriptor.MethodParameter extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static MethodDescriptor.MethodParameter |
create(String name,
Class<?> type,
Type genericParameterType,
Annotation annotation) |
Annotation |
getAnnotation() |
Class<?> |
getAnnotationType() |
int |
getMethodParameterCount() |
String |
getName() |
Type |
getParameterizedType() |
Class<?> |
getType() |
void |
setMethodParameterCount(int parameterCount) |
String |
toString() |
public void setMethodParameterCount(int parameterCount)
public static MethodDescriptor.MethodParameter create(String name, Class<?> type, Type genericParameterType, Annotation annotation)
public String getName()
public int getMethodParameterCount()
public Class<?> getType()
public Annotation getAnnotation()
public Class<?> getAnnotationType()
public Type getParameterizedType()
Copyright © 2018. All rights reserved.