protected static final class BeanELResolver.BeanProperty
extends java.lang.Object
| Constructor and Description |
|---|
BeanELResolver.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 () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic BeanELResolver.BeanProperty(java.lang.Class baseClass, java.beans.PropertyDescriptor descriptor)
public java.lang.Class getPropertyType()
public boolean isReadOnly()
public java.lang.reflect.Method getReadMethod()
public java.lang.reflect.Method getWriteMethod()