Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains classes that define Java UUID Generator API.
|
Modifier and Type | Method and Description |
---|---|
static TimeBasedEpochGenerator |
Generators.timeBasedEpochGenerator()
Factory method for constructing UUID generator that generates UUID using
version 7 (Unix Epoch time+random based).
|
static TimeBasedEpochGenerator |
Generators.timeBasedEpochGenerator(Random random)
Factory method for constructing UUID generator that generates UUID using
version 7 (time+random based), using specified Ethernet address
as the location part of UUID.
|
Copyright © 2023 FasterXML.com. All rights reserved.