public class PropertyDescriptorListCache extends Object implements ICache<Class,List<PropertyDescriptor>>
project: heaven-ClassFieldListCache
create on 2019/12/16 23:22
| 构造器和说明 |
|---|
PropertyDescriptorListCache() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PropertyDescriptor> |
get(Class key)
根据 key 获取对应的结果
|
static PropertyDescriptorListCache |
getInstance()
获取单例
|
Map<String,Method> |
getReadMethodMap(Class beanClass)
获取读取方法的 map
|
void |
set(Class key,
List<PropertyDescriptor> value)
设置内容
|
public static PropertyDescriptorListCache getInstance()
public List<PropertyDescriptor> get(Class key)
ICacheget 在接口中 ICache<Class,List<PropertyDescriptor>>key - keypublic void set(Class key, List<PropertyDescriptor> value)
ICacheset 在接口中 ICache<Class,List<PropertyDescriptor>>key - keyvalue - valueCopyright © 2024. All rights reserved.