Class CharWrapper

All Implemented Interfaces:
GroovyObject

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

    • CharWrapper

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