public class ParamWrap extends Object
| Constructor and Description |
|---|
ParamWrap(org.noear.eggg.ParamEggg pe) |
| Modifier and Type | Method and Description |
|---|---|
Annotation[] |
getAnnoS()
获取所有注解
|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass)
获取参数注解
|
ParameterizedType |
getGenericType()
Deprecated.
3.7
getTypeEggg() |
String |
getName() |
org.noear.eggg.ParamEggg |
getParamEggg() |
Parameter |
getParameter()
获取原始参数
|
Class<?> |
getType()
Deprecated.
3.7
getTypeEggg() |
org.noear.eggg.TypeEggg |
getTypeEggg()
获取类型(替代 getType + getGenericType)
|
VarSpec |
spec()
变量申明
|
public org.noear.eggg.ParamEggg getParamEggg()
public VarSpec spec()
public String getName()
public Parameter getParameter()
public <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public Annotation[] getAnnoS()
public org.noear.eggg.TypeEggg getTypeEggg()
@Deprecated public Class<?> getType()
getTypeEggg()@Deprecated @Nullable public ParameterizedType getGenericType()
getTypeEggg()Copyright © 2025. All rights reserved.