public class FieldTypeInfo extends Object
| 构造器和说明 |
|---|
FieldTypeInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
FieldType |
getClaType() |
Class<?> |
getClazz() |
Type |
getGenType() |
Class<?> |
getInsideClazz() |
FieldType |
getInsideType() |
void |
setClaType(FieldType claType) |
void |
setClazz(Class<?> clazz) |
void |
setGenType(Type genType) |
void |
setInsideClazz(Class<?> insideClazz) |
void |
setInsideType(FieldType insideType) |
public Type getGenType()
public void setGenType(Type genType)
public Class<?> getClazz()
public void setClazz(Class<?> clazz)
public FieldType getClaType()
public void setClaType(FieldType claType)
public Class<?> getInsideClazz()
public void setInsideClazz(Class<?> insideClazz)
public FieldType getInsideType()
public void setInsideType(FieldType insideType)
Copyright © 2020. All rights reserved.