Uses of Class
org.codehaus.groovy.runtime.wrappers.Wrapper

Packages that use Wrapper
org.codehaus.groovy.runtime Runtime classes for Groovy - whether the dynamic interpreter is being used, the compiler or the bytecode generator. 
org.codehaus.groovy.runtime.wrappers Groovy wrapper classes for primitive types. 
 

Uses of Wrapper in org.codehaus.groovy.runtime
 

Methods in org.codehaus.groovy.runtime that return Wrapper
static Wrapper ScriptBytecodeAdapter.createGroovyObjectWrapper(GroovyObject val, java.lang.Class clazz)
           
static Wrapper ScriptBytecodeAdapter.createPojoWrapper(java.lang.Object val, java.lang.Class clazz)
           
 

Uses of Wrapper in org.codehaus.groovy.runtime.wrappers
 

Subclasses of Wrapper in org.codehaus.groovy.runtime.wrappers
 class BooleanWrapper
           
 class ByteWrapper
           
 class CharWrapper
           
 class DoubleWrapper
           
 class FloatWrapper
           
 class GroovyObjectWrapper
           
 class IntWrapper
           
 class LongWrapper
           
 class PojoWrapper
           
 class ShortWrapper
           
 



Copyright © ${year} The Codehaus. All Rights Reserved.