Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains core (non-optional) Java UUID Generator API classes.
|
com.fasterxml.uuid.impl |
Modifier and Type | Class and Description |
---|---|
class |
NoArgGenerator
Intermediate base class for UUID generators that do not take arguments for individual
calls.
|
class |
StringArgGenerator
Intermediate base class for UUID generators that take one String argument for individual
calls.
|
Modifier and Type | Class and Description |
---|---|
class |
NameBasedGenerator
Implementation of UUID generator that uses one of name-based generation methods
(variants 3 (MD5) and 5 (SHA1)).
|
class |
RandomBasedGenerator
Implementation of UUID generator that uses generation method 4.
|
class |
TimeBasedGenerator
Implementation of UUID generator that uses time/location based generation
method (variant 1).
|
Copyright © 2012-2014 FasterXML.com. All Rights Reserved.