Package org.jboss.el.cache
Class BeanPropertiesCache.BeanProperty
- java.lang.Object
-
- org.jboss.el.cache.BeanPropertiesCache.BeanProperty
-
- Enclosing class:
- BeanPropertiesCache
public static final class BeanPropertiesCache.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()
-