Wrapper for a method for a property get or set. WARNING: This class is for internal use only, don't use it for your APIs
| Modifiers | Name | Description | 
|---|---|---|
static class  | 
                            MethodMetaProperty.GetBeanMethodMetaProperty | 
                            Wrapper for a method realizing the property getter. | 
static class  | 
                            MethodMetaProperty.GetMethodMetaProperty | 
                            Wrapper for a method realizing the property get. | 
| Constructor and description | 
|---|
                                MethodMetaProperty
                                (String name, MetaMethod method) | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            MetaMethod | 
                            getMetaMethod() | 
                        
 | 
                            Object | 
                            getProperty(Object object) | 
                        
 | 
                            void | 
                            setProperty(Object object, Object newValue) | 
                        
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.