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