Uses of Class
com.fasterxml.uuid.UUIDGenerator

Packages that use UUIDGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
Package that contains actual Java UUID Generator implementation classes, including generators for different UUID types.
  • Uses of UUIDGenerator in com.fasterxml.uuid

    Modifier and Type
    Class
    Description
    class 
    Intermediate base class for UUID generators that do not take arguments for individual calls.
    class 
    Intermediate base class for UUID generators that take one String argument for individual calls.
  • Uses of UUIDGenerator in com.fasterxml.uuid.impl

    Modifier and Type
    Class
    Description
    class 
    Implementation of UUID generator that uses one of name-based generation methods (versions 3 (MD5) and 5 (SHA1)).
    class 
    Implementation of UUID generator that uses generation method 4.
    class 
    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 
    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 
    Implementation of UUID generator that uses time/location based generation method (version 1).
    class 
    Implementation of UUID generator that uses time/location based generation method field compatible with UUIDv1, reorderd for improved DB locality.