public class UUIDUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
UUID_DELIM |
| Constructor and Description |
|---|
UUIDUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateUuid(String... extraData)
Generates a universally unique identifier.
|
public static final String UUID_DELIM
public static String generateUuid(String... extraData)
extraData - Extra data which often takes the form of debugging informationCopyright © 2011–2017. All rights reserved.