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 NameBasedGenerator
    Modifier and Type
    Method
    Description
    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.
    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).
    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.