Class Wrapper
java.lang.Object
org.codehaus.groovy.runtime.wrappers.Wrapper
- All Implemented Interfaces:
- GroovyObject
- Direct Known Subclasses:
- GroovyObjectWrapper,- PojoWrapper
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface groovy.lang.GroovyObjectgetProperty, invokeMethod, setMetaClass, setProperty
- 
Field Details- 
constrainedType
 
- 
- 
Constructor Details- 
Wrapper
 
- 
- 
Method Details- 
getMetaClassDescription copied from interface:GroovyObjectReturns the metaclass for a given class.- Specified by:
- getMetaClassin interface- GroovyObject
- Returns:
- the metaClass of this instance
 
- 
getType
- 
unwrap
- 
getWrapped
- 
getDelegatedMetaClass
 
-