| 限定符和类型 | 字段和说明 |
|---|---|
private SimpleCache<Class<?>,BeanDesc> |
BeanDescCache.bdCache |
private SimpleCache<Class<?>,Map<String,PropertyDescriptor>> |
BeanInfoCache.ignoreCasePdCache |
private SimpleCache<Class<?>,Map<String,PropertyDescriptor>> |
BeanInfoCache.pdCache |
| 限定符和类型 | 方法和说明 |
|---|---|
private SimpleCache<Class<?>,Map<String,PropertyDescriptor>> |
BeanInfoCache.getCache(boolean ignoreCase)
根据是否忽略字段名的大小写,返回不用Cache对象
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static SimpleCache<String,Object> |
Singleton.POOL |
private static SimpleCache<PatternPool.RegexWithFlag,Pattern> |
PatternPool.POOL
Pattern池
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static SimpleCache<Type,Map<Type,Type>> |
ActualTypeMapperPool.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static SimpleCache<String,Class<?>> |
ClassLoaderUtils.CLASS_CACHE |
private static SimpleCache<Class<?>,Constructor<?>[]> |
ReflectUtils.CONSTRUCTORS_CACHE
构造对象缓存
|
private static SimpleCache<Class<?>,Field[]> |
ReflectUtils.FIELDS_CACHE
字段缓存
|
private static SimpleCache<Class<?>,Method[]> |
ReflectUtils.METHODS_CACHE
方法缓存
|
Copyright © 2020. All rights reserved.