Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains classes that define Java UUID Generator API.
|
Modifier and Type | Method and Description |
---|---|
static TimeBasedEpochRandomGenerator |
Generators.timeBasedEpochRandomGenerator(Random random)
Factory method for constructing UUID generator that generates UUID using
version 7 (Unix Epoch time+random based), using specified
Random
number generator. |
static TimeBasedEpochRandomGenerator |
Generators.timeBasedEpochRandomGenerator(Random random,
UUIDClock clock)
Factory method for constructing UUID generator that generates UUID using
version 7 (Unix Epoch time+random based), using specified
Random
number generator. |
Copyright © 2024 FasterXML.com. All rights reserved.