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