Package de.xima.fc.utils
Class XUuidUtils
java.lang.Object
de.xima.fc.utils.XUuidUtils
Utilities for
UUID
.- Since:
- 8.0.4
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUID
parseUuidOrNull
(String value) Parses the string as aUUID
, if possible, or returns null if it cannot be parsed.
-
Method Details
-
parseUuidOrNull
Parses the string as aUUID
, if possible, or returns null if it cannot be parsed.- Parameters:
value
- Value to parse.- Returns:
- The UUID represented by the string, or
null
when the string does not represent a valid UUID.
-