Class ShortWrapper

All Implemented Interfaces:
GroovyObject

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

    • ShortWrapper

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