Package org.bson.internal
Class UuidHelper
java.lang.Object
org.bson.internal.UuidHelper
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Utilities for encoding and decoding UUID into binary.
-
Method Summary
Modifier and TypeMethodDescriptionstatic UUID
decodeBinaryToUuid
(byte[] data, byte type, UuidRepresentation uuidRepresentation) Deprecated.static byte[]
encodeUuidToBinary
(UUID uuid, UuidRepresentation uuidRepresentation) Deprecated.
-
Method Details
-
encodeUuidToBinary
Deprecated. -
decodeBinaryToUuid
public static UUID decodeBinaryToUuid(byte[] data, byte type, UuidRepresentation uuidRepresentation) Deprecated.
-