Package | Description |
---|---|
com.fasterxml.uuid |
Package that contains classes that define Java UUID Generator API.
|
Modifier and Type | Method and Description |
---|---|
static NameBasedGenerator |
Generators.nameBasedGenerator()
Factory method for constructing UUID generator that uses specified
random number generator for constructing UUIDs according to standard
method number 5, but without using a namespace.
|
static NameBasedGenerator |
Generators.nameBasedGenerator(UUID namespace)
Factory method for constructing UUID generator that uses specified
random number generator for constructing UUIDs according to standard
method number 5, with specified namespace (or without one if null
is specified).
|
static NameBasedGenerator |
Generators.nameBasedGenerator(UUID namespace,
MessageDigest digester)
Factory method for constructing UUID generator that uses specified
random number generator for constructing UUIDs according to standard
method number 3 or 5, with specified namespace (or without one if null
is specified), using specified digester.
|
Copyright © 2023 FasterXML.com. All rights reserved.