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.
| 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) | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.