Package org.jboss.el.cache
Class BeanPropertiesCache
- java.lang.Object
-
- org.jboss.el.cache.BeanPropertiesCache
-
public class BeanPropertiesCache extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BeanPropertiesCache.BeanProperties
static class
BeanPropertiesCache.BeanProperty
private static class
BeanPropertiesCache.BPSoftReference
static class
BeanPropertiesCache.SoftConcurrentHashMap
-
Field Summary
Fields Modifier and Type Field Description private static BeanPropertiesCache.SoftConcurrentHashMap
properties
sfot references are horrible
-
Constructor Summary
Constructors Constructor Description BeanPropertiesCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Field Detail
-
properties
private static final BeanPropertiesCache.SoftConcurrentHashMap properties
sfot references are horrible
-
-
Method Detail
-
getMethod
public static java.lang.reflect.Method getMethod(java.lang.Class<?> cl, java.lang.reflect.Method method)
-
getProperties
public static BeanPropertiesCache.SoftConcurrentHashMap getProperties()
-
clear
static void clear(java.lang.ClassLoader classLoader)
-
-