Class RawId


public class RawId extends ValueGroupId<byte[]>
This class is used in Group instances where the identifying expression evaluated to a Byte array.
Author:
Simon Thoresen Hult
  • Constructor Details

    • RawId

      public RawId(byte[] value)
      Constructs a new instance of this class.
      Parameters:
      value - The identifying byte array.