This class represents a property with multiple setters. Unlike a MetaBeanProperty you cannot get the setter in this case. Instead invocation is done through the meta class of the property recevier.
Fields inherited from class | Fields |
---|---|
class MetaProperty |
PROPERTY_SET_PREFIX, name, type |
Constructor and description |
---|
MultipleSetterProperty
(String name) |
Type Params | Return Type | Name and description |
---|---|---|
|
MetaProperty |
createStaticVersion() |
|
CachedField |
getField() |
|
MetaMethod |
getGetter() |
|
Object |
getProperty(Object object) |
|
void |
setField(CachedField f) |
|
void |
setGetter(MetaMethod getter) |
|
void |
setProperty(Object object, Object newValue) |
Methods inherited from class | Name |
---|---|
class MetaProperty |
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.