public class ParameterCache extends Object
表-对象属性缓存器
| 限定符和类型 | 字段和说明 |
|---|---|
Map<String,TypeCache> |
paramCache
缓存class 全限定名 参数类型 参数
第一个 String: class 全限定名
第二个String: class 属性名
cache---"Map(属性名称,[各个属性的方法,属性类型])"
|
| 构造器和说明 |
|---|
ParameterCache(Class<?> clazz,
String paramterName,
Class<?> paramtertype,
String tableName)
构造器实例化对象
|
public static ParameterCache add(Class<?> clazz, String paramterName, Class<?> paramtertype, String tableName)
构造器实例化对象
clazz - ClassparamterName - Stringparamtertype - ClasstableName - ClassCopyright © 2019. All rights reserved.