Class ByteWrapper

All Implemented Interfaces:
GroovyObject

public class ByteWrapper extends PojoWrapper
Wrapper for byte values that preserves the primitive constrained type.
  • Constructor Details

    • ByteWrapper

      public ByteWrapper(byte wrapped)
      Creates a wrapper for a byte value.
      Parameters:
      wrapped - the byte value to wrap