|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaProperty | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| org.codehaus.groovy.reflection | Internal classes for assisting with reflection. |
| org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. |
| Uses of MetaProperty in groovy.lang |
|---|
| Subclasses of MetaProperty in groovy.lang | |
|---|---|
class |
MetaArrayLengthProperty
Represents a property on a bean which may have a getter and/or a setter |
class |
MetaBeanProperty
Represents a property on a bean which may have a getter and/or a setter |
class |
MetaExpandoProperty
Represents a property in an Expando object |
| Fields in groovy.lang declared as MetaProperty | |
|---|---|
private MetaProperty |
MetaClassImpl.arrayLengthProperty
|
private MetaProperty |
PropertyValue.mp
|
| Methods in groovy.lang that return MetaProperty | |
|---|---|
private MetaProperty |
MetaClassImpl.establishStaticMetaProperty(MetaProperty mp)
|
private MetaProperty |
MetaClassImpl.getMetaProperty(CachedClass clazz,
java.lang.String name,
boolean useSuper,
boolean useStatic)
|
MetaProperty |
MetaObjectProtocol.getMetaProperty(java.lang.String name)
Returns a MetaProperty for the given name or null if it doesn't exist |
MetaProperty |
MetaClassImpl.getMetaProperty(java.lang.String name)
|
MetaProperty |
ExpandoMetaClass.getMetaProperty(java.lang.String name)
Looks up an existing MetaProperty by name |
MetaProperty |
DelegatingMetaClass.getMetaProperty(java.lang.String name)
|
MetaProperty |
MetaObjectProtocol.hasProperty(java.lang.Object obj,
java.lang.String name)
Returns true of the implementing MetaClass has a property of the given name |
MetaProperty |
MetaClassImpl.hasProperty(java.lang.Object obj,
java.lang.String name)
|
MetaProperty |
DelegatingMetaClass.hasProperty(java.lang.Object obj,
java.lang.String name)
|
| Methods in groovy.lang with parameters of type MetaProperty | |
|---|---|
private MetaProperty |
MetaClassImpl.establishStaticMetaProperty(MetaProperty mp)
|
| Constructors in groovy.lang with parameters of type MetaProperty | |
|---|---|
PropertyValue(java.lang.Object bean,
MetaProperty mp)
|
|
| Uses of MetaProperty in org.codehaus.groovy.reflection |
|---|
| Subclasses of MetaProperty in org.codehaus.groovy.reflection | |
|---|---|
class |
CachedField
|
| Uses of MetaProperty in org.codehaus.groovy.runtime.metaclass |
|---|
| Subclasses of MetaProperty in org.codehaus.groovy.runtime.metaclass | |
|---|---|
class |
ThreadManagedMetaBeanProperty
This MetaBeanProperty will create a pseudo property whose value is bound to the current Thread using soft references. |
| Methods in org.codehaus.groovy.runtime.metaclass that return MetaProperty | |
|---|---|
MetaProperty |
ClosureMetaClass.getMetaProperty(java.lang.String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||