public class MetaExpandoProperty extends MetaProperty
name, PROPERTY_SET_PREFIX, type| Constructor and Description | 
|---|
| MetaExpandoProperty(java.util.Map.Entry entry) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getProperty(java.lang.Object object) | 
| void | setProperty(java.lang.Object object,
           java.lang.Object newValue)Sets the property on the given object to the new value | 
getGetterName, getModifiers, getName, getSetterName, getTypepublic java.lang.Object getProperty(java.lang.Object object)
getProperty in class MetaPropertyjava.lang.Exception - if the property could not be evaluatedpublic void setProperty(java.lang.Object object,
                        java.lang.Object newValue)
setProperty in class MetaPropertyobject - on which to set the propertynewValue - the new value of the property