Uses of Class
com.fasterxml.uuid.NoArgGenerator
Packages that use NoArgGenerator
Package
Description
Package that contains actual Java UUID Generator implementation classes,
including generators for different UUID types.
-
Uses of NoArgGenerator in com.fasterxml.uuid.impl
Subclasses of NoArgGenerator in com.fasterxml.uuid.implModifier and TypeClassDescriptionclassImplementation of UUID generator that uses generation method 4.classImplementation 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.classImplementation 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.classImplementation of UUID generator that uses time/location based generation method (version 1).classImplementation of UUID generator that uses time/location based generation method field compatible with UUIDv1, reorderd for improved DB locality.