Uses of Package
com.fasterxml.uuid

Packages that use com.fasterxml.uuid
com.fasterxml.uuid Package that contains core (non-optional) Java UUID Generator API classes. 
com.fasterxml.uuid.ext Package that contains optional Java UUID Generator classes; classes that: Depend on optional external packages; like log4j or java.util.logging - based Logger adapters (java.util.logging itself was added in JDK 1.4)  
com.fasterxml.uuid.impl   
 

Classes in com.fasterxml.uuid used by com.fasterxml.uuid
EthernetAddress
          EthernetAddress encapsulates the 6-byte MAC address defined in IEEE 802.1 standard.
Logger
          This is the simple logging interface used by JUG package.
TimestampSynchronizer
          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.
UUIDGenerator
          Minimal "tag" base class from which all generator implementations derive.
UUIDTimer
          UUIDTimer produces the time stamps required for time-based UUIDs.
UUIDType
          Enumeration of different flavors of UUIDs: 5 specified by specs (RFC-4122) and one virtual entry ("UNKNOWN") to represent invalid one that consists of all zero bites
 

Classes in com.fasterxml.uuid used by com.fasterxml.uuid.ext
Logger
          This is the simple logging interface used by JUG package.
TimestampSynchronizer
          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.
 

Classes in com.fasterxml.uuid used by com.fasterxml.uuid.impl
EthernetAddress
          EthernetAddress encapsulates the 6-byte MAC address defined in IEEE 802.1 standard.
NoArgGenerator
          Intermediate base class for UUID generators that do not take arguments for individual calls.
StringArgGenerator
          Intermediate base class for UUID generators that take one String argument for individual calls.
UUIDGenerator
          Minimal "tag" base class from which all generator implementations derive.
UUIDTimer
          UUIDTimer produces the time stamps required for time-based UUIDs.
UUIDType
          Enumeration of different flavors of UUIDs: 5 specified by specs (RFC-4122) and one virtual entry ("UNKNOWN") to represent invalid one that consists of all zero bites
 



Copyright © 2011 FasterXML.com. All Rights Reserved.