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 classBeanPropertiesCache.BeanPropertiesstatic classBeanPropertiesCache.BeanPropertyprivate static classBeanPropertiesCache.BPSoftReferencestatic classBeanPropertiesCache.SoftConcurrentHashMap
-
Field Summary
Fields Modifier and Type Field Description private static BeanPropertiesCache.SoftConcurrentHashMappropertiessfot 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 voidclear(java.lang.ClassLoader classLoader)static java.lang.reflect.MethodgetMethod(java.lang.Class<?> cl, java.lang.reflect.Method method)static BeanPropertiesCache.SoftConcurrentHashMapgetProperties()
-
-
-
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)
-
-