public interface UUIDGenerator
| Modifier and Type | Method and Description |
|---|---|
String |
newUuid()
Creates a brand new UUID
|
String |
newUuidBase64()
Creates a brand new UUID in base-64 and without characters forbidden in URLs (plus sign, equal, slash and ampersand)
|
String |
uuidFromBase64(String str)
Converts back a base-64 and URL-safe string to its original 36 character representation.
|
String |
uuidToBase64(String str)
Converts an un-encoded 36 character UUID to a base-64 and URL-safe string.
|
String newUuid()
String newUuidBase64()
String uuidToBase64(String str)
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.