[Java] Class MethodMetaProperty.GetBeanMethodMetaProperty
- org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetBeanMethodMetaProperty
public static class MethodMetaProperty.GetBeanMethodMetaProperty extends MethodMetaProperty
Wrapper for a method realizing the property getter. WARNING: This class is for internal use only, don't use it for your APIs
Fields inherited from class | Fields |
---|---|
class MetaProperty | PROPERTY_SET_PREFIX, name, type |
Constructor Summary
Constructor and description |
---|
GetBeanMethodMetaProperty
(String name, MetaMethod theMethod) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public Object |
getProperty(Object object) |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class MethodMetaProperty | getMetaMethod, getProperty, setProperty |
class MetaProperty | getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
Constructor Detail
public GetBeanMethodMetaProperty(String name, MetaMethod theMethod)
Method Detail
public Object getProperty(Object object)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/metaclass/MethodMetaProperty.GetBeanMethodMetaProperty.html