| Package | Description |
|---|---|
| com.github.f4b6a3.uuid | |
| com.github.f4b6a3.uuid.enums | |
| com.github.f4b6a3.uuid.factory.abst |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
UuidCreator.getNameBasedMd5(UuidNamespace namespace,
String name)
Returns a UUID based on a name space and a name, using MD5.
|
static UUID |
UuidCreator.getNameBasedSha1(UuidNamespace namespace,
String name)
Returns a UUID based on a name space and a name, using SHA1.
|
| Modifier and Type | Method and Description |
|---|---|
static UuidNamespace |
UuidNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UuidNamespace[] |
UuidNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
AbstractNameBasedUuidCreator.create(UuidNamespace namespace,
String name)
Returns a name-based UUID with a name space and a name.
|
<T extends AbstractNameBasedUuidCreator> |
AbstractNameBasedUuidCreator.withNamespace(UuidNamespace namespace)
Sets a fixed name space with in a fluent way.
|
Copyright © 2020. All rights reserved.