Package org.codehaus.groovy.runtime.wrappers
package org.codehaus.groovy.runtime.wrappers
Wrapper types used by the Groovy runtime to associate values with a
constrained type while preserving Groovy dispatch semantics.
-
ClassesClassDescriptionWrapper for
booleanvalues that preserves the primitive constrained type.Wrapper forbytevalues that preserves the primitive constrained type.Wrapper forcharvalues that preserves the primitive constrained type.Wrapper fordoublevalues that preserves the primitive constrained type.Wrapper forfloatvalues that preserves the primitive constrained type.Wraps an existingGroovyObjectwhile constraining the type it should present to the runtime.Wrapper forintvalues that preserves the primitive constrained type.Wrapper forlongvalues that preserves the primitive constrained type.Wraps a plain Java object and routes GroovyObject operations through a delegatedMetaClass.Wrapper forshortvalues that preserves the primitive constrained type.Base class for runtime wrappers that expose a value throughGroovyObjectwhile reporting a constrained type.