Uses of Class
javax.el.BeanELResolver.BeanProperties
-
Packages that use BeanELResolver.BeanProperties Package Description javax.el Provides the API for Jakarta Expression Language 4.0 -
-
Uses of BeanELResolver.BeanProperties in javax.el
Fields in javax.el with type parameters of type BeanELResolver.BeanProperties Modifier and Type Field Description private java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties>BeanELResolver.SoftConcurrentHashMap. refQMethods in javax.el that return BeanELResolver.BeanProperties Modifier and Type Method Description BeanELResolver.BeanPropertiesBeanELResolver.SoftConcurrentHashMap. get(java.lang.Object key)BeanELResolver.BeanPropertiesBeanELResolver.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanELResolver.BeanProperties value)BeanELResolver.BeanPropertiesBeanELResolver.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanELResolver.BeanProperties value)Methods in javax.el with parameters of type BeanELResolver.BeanProperties Modifier and Type Method Description BeanELResolver.BeanPropertiesBeanELResolver.SoftConcurrentHashMap. put(java.lang.Class<?> key, BeanELResolver.BeanProperties value)BeanELResolver.BeanPropertiesBeanELResolver.SoftConcurrentHashMap. putIfAbsent(java.lang.Class<?> key, BeanELResolver.BeanProperties value)Constructors in javax.el with parameters of type BeanELResolver.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanELResolver.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ)Constructor parameters in javax.el with type arguments of type BeanELResolver.BeanProperties Constructor Description BPSoftReference(java.lang.Class<?> key, BeanELResolver.BeanProperties beanProperties, java.lang.ref.ReferenceQueue<BeanELResolver.BeanProperties> refQ)
-