public abstract class IdGenerator extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
IdGenerator.LongId |
static class |
IdGenerator.StringId
id defines
|
static class |
IdGenerator.UuidId |
| Constructor and Description |
|---|
IdGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
asStoredString(Id id) |
static Id.IdType |
idType(Id id) |
static Id |
of(byte[] bytes,
Id.IdType type) |
static Id |
of(long id) |
static Id |
of(Object id) |
static Id |
of(String id) |
static Id |
of(String id,
boolean uuid) |
static Id |
of(UUID id) |
static Id |
ofStoredString(String id,
Id.IdType type) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.