Class BeanELResolver.BeanProperty
- java.lang.Object
-
- org.camunda.bpm.engine.impl.javax.el.BeanELResolver.BeanProperty
-
- Enclosing class:
- BeanELResolver
protected static final class BeanELResolver.BeanProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BeanProperty(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()
-