public class TypeCache extends Object
对象属性 缓存器
| 限定符和类型 | 方法和说明 |
|---|---|
static TypeCache |
add(Class<?> clazz,
String paramterName,
Class<?> paramtertype)
构造器实例化对象
|
Class<?> |
getClazz()
Gets clazz.
|
Method |
getMethodGet()
Gets method get.
|
Method |
getMethodSet()
Gets method set.
|
String |
getParamterGet()
Gets paramter get.
|
String |
getParamterName()
Gets paramter name.
|
String |
getParamterSet()
Gets paramter set.
|
Class<?> |
getParamtertype()
Gets paramtertype.
|
ValueHandleCache.TypeEnum |
getType()
Gets type.
|
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.