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 Summary

      Constructors 
      Constructor Description
      RawId​(byte[] value)
      Constructs a new instance of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RawId

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