public class UUIDUtil extends Object
| 构造器和说明 |
|---|
UUIDUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UUID |
fromString32(String uuid)
32未字符串还原成Uuid
|
static String |
getUuid()
uuid
|
static String |
getUuid32()
Generated string id length to 32
|
static BigInteger |
uuidToBigInteger(UUID uuid)
Convert uuid to BigInteger
|
public static String getUuid()
public static String getUuid32()
public static BigInteger uuidToBigInteger(UUID uuid)
uuid - uuidCopyright © 2021. All rights reserved.