Class UUIDDef


public class UUIDDef extends ConstraintDef<UUIDDef,UUID>
Constraint definition for UUID.
Since:
8.0.0
Author:
Daniel Heid
  • Constructor Details

    • UUIDDef

      public UUIDDef()
  • Method Details

    • allowEmpty

      public UUIDDef allowEmpty(boolean allowEmpty)
    • allowNil

      public UUIDDef allowNil(boolean allowNil)
    • version

      public UUIDDef version(int[] version)
    • variant

      public UUIDDef variant(int[] variant)
    • letterCase

      public UUIDDef letterCase(UUID.LetterCase letterCase)