Package | Description |
---|---|
com.fasterxml.uuid.impl |
Package that contains actual Java UUID Generator implementation classes,
including generators for different UUID types.
|
Modifier and Type | Class and Description |
---|---|
class |
RandomBasedGenerator
Implementation of UUID generator that uses generation method 4.
|
class |
TimeBasedEpochGenerator
Implementation of UUID generator that uses time/location based generation
method field from the Unix Epoch timestamp source - the number of
milliseconds seconds since midnight 1 Jan 1970 UTC, leap seconds excluded.
|
class |
TimeBasedGenerator
Implementation of UUID generator that uses time/location based generation
method (version 1).
|
class |
TimeBasedReorderedGenerator
Implementation of UUID generator that uses time/location based generation
method field compatible with UUIDv1, reorderd for improved DB locality.
|
Copyright © 2023 FasterXML.com. All rights reserved.