Class MixinInstanceMetaProperty

java.lang.Object
groovy.lang.MetaProperty
groovy.lang.MetaBeanProperty
org.codehaus.groovy.runtime.metaclass.MixinInstanceMetaProperty
All Implemented Interfaces:
MetaMember

public class MixinInstanceMetaProperty extends MetaBeanProperty
MetaProperty for properties in mixed in classes. This property delegates to the mixin instance's property.
  • Constructor Details

    • MixinInstanceMetaProperty

      public MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass)
      Constructs a new MixinInstanceMetaProperty.
      Parameters:
      property - the property from the mixin
      mixinInMetaClass - the mixin metadata