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.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.ClassgetPropertyType()java.lang.reflect.MethodgetReadMethod()java.lang.reflect.MethodgetWriteMethod()booleanisReadOnly()
-