Class MethodMetaProperty.GetBeanMethodMetaProperty
- java.lang.Object
- 
- groovy.lang.MetaProperty
- 
- org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
- 
- org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetBeanMethodMetaProperty
 
 
 
- 
- Enclosing class:
- MethodMetaProperty
 
 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
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.codehaus.groovy.runtime.metaclass.MethodMetaPropertyMethodMetaProperty.GetBeanMethodMetaProperty, MethodMetaProperty.GetMethodMetaProperty
 
- 
 - 
Field Summary- 
Fields inherited from class groovy.lang.MetaPropertyname, PROPERTY_SET_PREFIX, type
 
- 
 - 
Constructor SummaryConstructors Constructor Description GetBeanMethodMetaProperty(java.lang.String name, MetaMethod theMethod)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetProperty(java.lang.Object object)- 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.MethodMetaPropertygetMetaMethod, setProperty
 - 
Methods inherited from class groovy.lang.MetaPropertygetGetterName, getModifiers, getName, getSetterName, getType
 
- 
 
- 
- 
- 
Constructor Detail- 
GetBeanMethodMetaPropertypublic GetBeanMethodMetaProperty(java.lang.String name, MetaMethod theMethod)
 
- 
 - 
Method Detail- 
getPropertypublic java.lang.Object getProperty(java.lang.Object object) - Overrides:
- getPropertyin class- MethodMetaProperty
- Returns:
- the property of the given object
 
 
- 
 
-