Package io.jmix.core
Class UuidProvider
java.lang.Object
io.jmix.core.UuidProvider
Provides static method to create UUIDs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUID
static UUID
fromString
(String str) Fast implementation of creating aUUID
from the standard string representation.
-
Method Details
-
createUuid
- Returns:
- new UUID
-
fromString
Fast implementation of creating aUUID
from the standard string representation.
Borrowed from Apache Jackrabbit project which is licensed under the Apache License, Version 2.0. See http://www.apache.org/licenses/LICENSE-2.0.- Parameters:
str
- a string according toUUID.toString()
rules- Returns:
- UUID instance
-