public class FieldWrap extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
Annotation[] |
annoS
自己申明的注解
|
Class<?> |
entityClz
实体类型
|
Field |
field
字段
|
ParameterizedType |
genericType
字段泛型类型(可能为null)
|
boolean |
readonly
字段是否只读
|
Class<?> |
type
字段类型
|
public final Class<?> entityClz
public final Field field
public final Annotation[] annoS
public final Class<?> type
public final ParameterizedType genericType
public final boolean readonly
public VarHolder holder(AopContext ctx, Object obj)
public Object getValue(Object tObj) throws ReflectiveOperationException
Copyright © 2023. All rights reserved.