|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetaBeanProperty | |
|---|---|
| groovy.lang | Core Groovy language classes for implementing data structures, closures, metadata and so forth. |
| org.codehaus.groovy.runtime.metaclass | Internal classes related to Groovy's metaclass implementation. |
| Uses of MetaBeanProperty in groovy.lang |
|---|
| Methods in groovy.lang that return MetaBeanProperty | |
|---|---|
private MetaBeanProperty |
ExpandoMetaClass.findPropertyInClassHierarchy(java.lang.String propertyName,
CachedClass theClass)
|
private MetaBeanProperty |
ExpandoMetaClass.getMetaPropertyFromMutableMetaClass(java.lang.String propertyName,
MetaClass metaClass)
|
private MetaBeanProperty |
ExpandoMetaClass.searchInterfacesForMetaProperty(java.lang.String propertyName,
java.lang.Class[] interfaces)
|
| Methods in groovy.lang with parameters of type MetaBeanProperty | |
|---|---|
void |
MutableMetaClass.addMetaBeanProperty(MetaBeanProperty metaBeanProperty)
Adds a new MetaBeanProperty to the MetaClass |
void |
MetaClassImpl.addMetaBeanProperty(MetaBeanProperty mp)
Adds a new MetaBeanProperty to this MetaClass |
void |
DelegatingMetaClass.addMetaBeanProperty(MetaBeanProperty metaBeanProperty)
|
| Uses of MetaBeanProperty in org.codehaus.groovy.runtime.metaclass |
|---|
| Subclasses of MetaBeanProperty 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 with parameters of type MetaBeanProperty | |
|---|---|
void |
ClosureMetaClass.addMetaBeanProperty(MetaBeanProperty mp)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||