Package io.jmix.core
Class UuidProvider
java.lang.Object
io.jmix.core.UuidProvider
Provides static method to create UUIDs.
- 
Method SummaryModifier and TypeMethodDescriptionstatic UUIDstatic UUIDfromString(String str) Fast implementation of creating aUUIDfrom the standard string representation.
- 
Method Details- 
createUuid- Returns:
- new UUID
 
- 
fromStringFast implementation of creating aUUIDfrom 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 to- UUID.toString()rules
- Returns:
- UUID instance
 
 
-