Uses of Class
com.fasterxml.uuid.impl.NameBasedGenerator

Packages that use NameBasedGenerator
com.fasterxml.uuid Package that contains core (non-optional) Java UUID Generator API classes. 
 

Uses of NameBasedGenerator in com.fasterxml.uuid
 

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.
 



Copyright © 2011 FasterXML.com. All Rights Reserved.