Class MethodMetaProperty.GetMethodMetaProperty

java.lang.Object
groovy.lang.MetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty
org.codehaus.groovy.runtime.metaclass.MethodMetaProperty.GetMethodMetaProperty
Enclosing class:
MethodMetaProperty

public static class MethodMetaProperty.GetMethodMetaProperty
extends MethodMetaProperty
Wrapper for a method realizing the property get. WARNING: This class is for internal use only, don't use it for your APIs
  • Constructor Details

    • GetMethodMetaProperty

      public GetMethodMetaProperty​(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