Package com.ranull.graves.util
Class UUIDUtil
java.lang.Object
com.ranull.graves.util.UUIDUtil
Utility class for handling UUID operations.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UUIDUtil
public UUIDUtil()
-
-
Method Details
-
getUUID
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.
-