public class TypeCache extends Object
对象属性 缓存器
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeCache |
add(Class<?> clazz,
String paramterName,
Class<?> paramtertype)
构造器实例化对象
|
Class<?> |
getClazz() |
Method |
getMethodGet() |
Method |
getMethodSet() |
String |
getParamterGet() |
String |
getParamterName() |
String |
getParamterSet() |
Class<?> |
getParamtertype() |
ValueHandleCache.TypeEnum |
getType() |
public static TypeCache add(Class<?> clazz, String paramterName, Class<?> paramtertype)
构造器实例化对象
clazz - ClassparamterName - Stringparamtertype - Classpublic Class<?> getClazz()
public Method getMethodGet()
public Method getMethodSet()
public String getParamterName()
public String getParamterGet()
public String getParamterSet()
public Class<?> getParamtertype()
public ValueHandleCache.TypeEnum getType()
Copyright © 2019. All rights reserved.