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.
  • Classes
    Class
    Description
    Wrapper for boolean values that preserves the primitive constrained type.
    Wrapper for byte values that preserves the primitive constrained type.
    Wrapper for char values that preserves the primitive constrained type.
    Wrapper for double values that preserves the primitive constrained type.
    Wrapper for float values that preserves the primitive constrained type.
    Wraps an existing GroovyObject while constraining the type it should present to the runtime.
    Wrapper for int values that preserves the primitive constrained type.
    Wrapper for long values that preserves the primitive constrained type.
    Wraps a plain Java object and routes GroovyObject operations through a delegated MetaClass.
    Wrapper for short values that preserves the primitive constrained type.
    Base class for runtime wrappers that expose a value through GroovyObject while reporting a constrained type.