| 构造器和说明 |
|---|
VarHolderOfField(AopContext ctx,
FieldWrap fw,
Object obj) |
| 限定符和类型 | 方法和说明 |
|---|---|
AopContext |
context() |
Annotation[] |
getAnnoS()
获取所有注解
|
ParameterizedType |
getGenericType() |
Class<?> |
getType()
获取字段类型
|
boolean |
isField()
是否为字段
|
void |
setValue(Object val)
设置字段的值
|
protected final FieldWrap fw
protected final Object obj
protected final AopContext ctx
public VarHolderOfField(AopContext ctx, FieldWrap fw, Object obj)
public AopContext context()
public ParameterizedType getGenericType()
getGenericType 在接口中 VarHolderpublic Annotation[] getAnnoS()
Copyright © 2022. All rights reserved.