| Package | Description |
|---|---|
| com.yahoo.rdl | |
| com.yahoo.tbin |
| Modifier and Type | Field and Description |
|---|---|
static UUID |
UUID.NAMESPACE_DNS |
static UUID |
UUID.NAMESPACE_OID |
static UUID |
UUID.NAMESPACE_URL |
static UUID |
UUID.NAMESPACE_X500 |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
Value.asUUID(Object o) |
UUID |
UUID.UUIDJsonDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
static UUID |
UUID.fromBytes(byte[] bytes) |
static UUID |
UUID.fromCurrentTime() |
static UUID |
UUID.fromMillis(long millis) |
static UUID |
UUID.fromName(UUID namespace,
String name) |
static UUID |
UUID.fromObject(Object o) |
static UUID |
UUID.fromString(String s) |
static UUID |
UUID.fromURL(String url) |
static UUID |
UUID.fromURL(URL url) |
UUID |
Struct.getUUID(String name) |
| Modifier and Type | Method and Description |
|---|---|
int |
UUID.compareTo(UUID another) |
static UUID |
UUID.fromName(UUID namespace,
String name) |
void |
UUID.UUIDJsonSerializer.serialize(UUID value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
TBinDecoder.nextUUID() |
| Modifier and Type | Method and Description |
|---|---|
void |
TBinEncoder.encodeUUID(UUID uuid) |
Copyright © 2016–2021 Verizon Media. All rights reserved.