public class MetaExpandoProperty extends MetaProperty
name, PROPERTY_SET_PREFIX, type
Constructor | Description |
---|---|
MetaExpandoProperty(Map.Entry entry) |
Modifier and Type | Method | 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, getType
public MetaExpandoProperty(Map.Entry entry)
public Object getProperty(Object object)
getProperty
in class MetaProperty
Exception
- if the property could not be evaluatedpublic void setProperty(Object object, Object newValue)
setProperty
in class MetaProperty
object
- on which to set the propertynewValue
- the new value of the property