Class UUIDUtil

java.lang.Object
com.ranull.graves.util.UUIDUtil

public final class UUIDUtil extends Object
Utility class for handling UUID operations.
  • Constructor Details

    • UUIDUtil

      public UUIDUtil()
  • Method Details

    • getUUID

      public static UUID getUUID(String string)
      Converts a string to a UUID.
      Parameters:
      string - The string to convert to a UUID.
      Returns:
      The UUID if the string is a valid UUID format, otherwise null.