public class BeanPropertiesCache
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
BeanPropertiesCache.BeanProperties |
static class |
BeanPropertiesCache.BeanProperty |
private static class |
BeanPropertiesCache.BPSoftReference |
static class |
BeanPropertiesCache.SoftConcurrentHashMap |
Modifier and Type | Field and Description |
---|---|
private static BeanPropertiesCache.SoftConcurrentHashMap |
properties
sfot references are horrible
|
Constructor and Description |
---|
BeanPropertiesCache() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
clear(java.lang.ClassLoader classLoader) |
static java.lang.reflect.Method |
getMethod(java.lang.Class<?> cl,
java.lang.reflect.Method method) |
static BeanPropertiesCache.SoftConcurrentHashMap |
getProperties() |
private static final BeanPropertiesCache.SoftConcurrentHashMap properties
public static java.lang.reflect.Method getMethod(java.lang.Class<?> cl, java.lang.reflect.Method method)
public static BeanPropertiesCache.SoftConcurrentHashMap getProperties()
static void clear(java.lang.ClassLoader classLoader)