Package jakarta.el
Class BeanELResolver.BeanProperty
- java.lang.Object
-
- jakarta.el.BeanELResolver.BeanProperty
-
- Enclosing class:
- BeanELResolver
static final class BeanELResolver.BeanProperty extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.beans.PropertyDescriptordescriptorprivate java.lang.reflect.MethodreadMethodprivate java.lang.reflect.MethodwriteMethod
-
Constructor Summary
Constructors Constructor Description BeanProperty(java.lang.Class<?> baseClass, java.beans.PropertyDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getPropertyType()java.lang.reflect.MethodgetReadMethod()java.lang.reflect.MethodgetWriteMethod()booleanisReadOnly()
-