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
  • Constructor Details

    • GetBeanMethodMetaProperty

      public GetBeanMethodMetaProperty​(java.lang.String name, MetaMethod theMethod)
  • Method Details

    • getProperty

      public java.lang.Object getProperty​(java.lang.Object object)
      Overrides:
      getProperty in class MethodMetaProperty
      Returns:
      the property of the given object