public class MixinInstanceMetaProperty
extends MetaBeanProperty
MetaProperty for properties in mixed in classes. This property delegates to the mixin instance's property.
| Fields inherited from class | Fields |
|---|---|
class MetaProperty |
PROPERTY_SET_PREFIX, name, type |
| Constructor and description |
|---|
MixinInstanceMetaProperty(MetaProperty property, MixinInMetaClass mixinInMetaClass)Constructs a new MixinInstanceMetaProperty. |
| Methods inherited from class | Name |
|---|---|
class MetaBeanProperty |
getField, getGetter, getModifiers, getProperty, getSetter, setField, setProperty |
class MetaProperty |
getGetterName, getModifiers, getName, getProperty, getSetterName, getType, setProperty |
Constructs a new MixinInstanceMetaProperty.
property - the property from the mixinmixinInMetaClass - the mixin metadataCopyright © 2003-2026 The Apache Software Foundation. All rights reserved.