public class UUIDUtil
extends Object
-
Method Summary
static @org.jetbrains.annotations.NotNull byte[]
fromBytes(@org.jetbrains.annotations.NotNull byte[] bytes)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromString
@NotNull
public static @NotNull UUID fromString(@NotNull
@NotNull String value)
-
convertUUIDToBytes
@NotNull
public static @org.jetbrains.annotations.NotNull byte[] convertUUIDToBytes(@NotNull
@NotNull UUID uuid)
-
fromBytes
@NotNull
public static @NotNull UUID fromBytes(@NotNull
@org.jetbrains.annotations.NotNull byte[] bytes)