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