Uses of Package
com.fasterxml.uuid

Packages that use com.fasterxml.uuid
Package
Description
Package that contains classes that define Java UUID Generator API.
Package that contains optional Java UUID Generator classes, ones that depend on optional external packages (like slf4j)
Package that contains actual Java UUID Generator implementation classes, including generators for different UUID types.
  • Class
    Description
    An exception representing a failure to determine a default egress network interface.
    EthernetAddress encapsulates the 6-byte MAC address defined in IEEE 802.1 standard.
    This is the API for utility classes optionally used by UUIDTimer to ensure that timestamp values used for generating time/location-based UUIDs are monotonically increasing, as well as that only one such generator is ever used on a single system, even in presence of multiple JVMs.
    UUIDClock is used by UUIDTimer to get the current time.
    Minimal "tag" base class from which all generator implementations derive.
    UUIDTimer produces the time stamps required for time-based UUIDs.
    Enumeration of different flavors of UUIDs: 5 specified by specs (RFC-9562) and one virtual entry ("UNKNOWN") to represent invalid one that consists of all zero bites
  • Class
    Description
    This is the API for utility classes optionally used by UUIDTimer to ensure that timestamp values used for generating time/location-based UUIDs are monotonically increasing, as well as that only one such generator is ever used on a single system, even in presence of multiple JVMs.
  • Class
    Description
    EthernetAddress encapsulates the 6-byte MAC address defined in IEEE 802.1 standard.
    Intermediate base class for UUID generators that do not take arguments for individual calls.
    Intermediate base class for UUID generators that take one String argument for individual calls.
    UUIDClock is used by UUIDTimer to get the current time.
    Minimal "tag" base class from which all generator implementations derive.
    UUIDTimer produces the time stamps required for time-based UUIDs.
    Enumeration of different flavors of UUIDs: 5 specified by specs (RFC-9562) and one virtual entry ("UNKNOWN") to represent invalid one that consists of all zero bites