static final class BeanELResolver.BeanProperty
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.beans.PropertyDescriptor |
descriptor |
private java.lang.reflect.Method |
readMethod |
private java.lang.reflect.Method |
writeMethod |
| Constructor and Description |
|---|
BeanProperty(java.lang.Class<?> baseClass,
java.beans.PropertyDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class |
getPropertyType() |
java.lang.reflect.Method |
getReadMethod() |
java.lang.reflect.Method |
getWriteMethod() |
boolean |
isReadOnly() |
private java.lang.reflect.Method readMethod
private java.lang.reflect.Method writeMethod
private java.beans.PropertyDescriptor descriptor