Package com.fasterxml.uuid.impl
package com.fasterxml.uuid.impl
Package that contains actual Java UUID Generator implementation classes,
including generators for different UUID types.
-
ClassesClassDescriptionTrivial helper class that uses class loading as synchronization mechanism for lazy instantiation of the shared secure random instance.Wrapper we (only) need to support CLI usage (see
Jug
wherein we do not actually have logger package included; in which case we will print warning(s) out toSystem.err
.Implementation of UUID generator that uses one of name-based generation methods (versions 3 (MD5) and 5 (SHA1)).Implementation of UUID generator that uses generation method 4.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.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.Implementation of UUID generator that uses time/location based generation method (version 1).Implementation of UUID generator that uses time/location based generation method field compatible with UUIDv1, reorderd for improved DB locality.