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 Object
-
-
Constructor Summary
Constructors Constructor Description BeanProperty(Class<?> baseClass, PropertyDescriptor descriptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getPropertyType()
Method
getReadMethod()
Method
getWriteMethod()
boolean
isReadOnly()
-
-
-
Constructor Detail
-
BeanProperty
public BeanProperty(Class<?> baseClass, PropertyDescriptor descriptor)
-
-