Uses of Class
org.jboss.el.cache.BeanPropertiesCache.BeanProperties
-
Packages that use BeanPropertiesCache.BeanProperties Package Description org.jboss.el.cache -
-
Uses of BeanPropertiesCache.BeanProperties in org.jboss.el.cache
Fields in org.jboss.el.cache with type parameters of type BeanPropertiesCache.BeanProperties Modifier and Type Field Description private java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties>BeanPropertiesCache.SoftConcurrentHashMap. refQMethods in org.jboss.el.cache that return BeanPropertiesCache.BeanProperties Modifier and Type Method Description BeanPropertiesCache.BeanPropertiesBeanPropertiesCache.SoftConcurrentHashMap. get(java.lang.Object key)BeanPropertiesCache.BeanPropertiesBeanPropertiesCache.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)BeanPropertiesCache.BeanPropertiesBeanPropertiesCache.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)Methods in org.jboss.el.cache with parameters of type BeanPropertiesCache.BeanProperties Modifier and Type Method Description BeanPropertiesCache.BeanPropertiesBeanPropertiesCache.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)BeanPropertiesCache.BeanPropertiesBeanPropertiesCache.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties value)Constructors in org.jboss.el.cache with parameters of type BeanPropertiesCache.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties> refQ)Constructor parameters in org.jboss.el.cache with type arguments of type BeanPropertiesCache.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanPropertiesCache.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanPropertiesCache.BeanProperties> refQ)
-