Package javax.el
Class BeanELResolver.BeanProperty
- java.lang.Object
-
- javax.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.PropertyDescriptor
descriptor
private java.lang.reflect.Method
readMethod
private java.lang.reflect.Method
writeMethod
-
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.Method
getReadMethod()
java.lang.reflect.Method
getWriteMethod()
boolean
isReadOnly()
-