Uses of Class
com.fasterxml.uuid.impl.NameBasedGenerator
Packages that use NameBasedGenerator
Package
Description
Package that contains classes that define Java UUID Generator API.
-
Uses of NameBasedGenerator in com.fasterxml.uuid
Methods in com.fasterxml.uuid that return NameBasedGeneratorModifier and TypeMethodDescriptionstatic NameBasedGenerator
Generators.nameBasedGenerator()
Factory method for constructing UUID generator that uses specified random number generator for constructing UUIDs according to standard version 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 version 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 version 3 or 5, with specified namespace (or without one if null is specified), using specified digester.