Methods in com.fasterxml.uuid that return NameBasedGenerator |
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. |