com.fasterxml.uuid
Class UUIDGenerator

java.lang.Object
  extended by com.fasterxml.uuid.UUIDGenerator
Direct Known Subclasses:
NoArgGenerator, StringArgGenerator

public abstract class UUIDGenerator
extends Object

Minimal "tag" base class from which all generator implementations derive. Actual generation methods are not included since different generators take different number of arguments.

Since:
3.0

Constructor Summary
protected UUIDGenerator()
          Constructor is private to enforce singleton access.
 
Method Summary
abstract  UUIDType getType()
          Accessor for determining type of UUIDs (variant) that this generator instance will produce.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UUIDGenerator

protected UUIDGenerator()
Constructor is private to enforce singleton access.

Method Detail

getType

public abstract UUIDType getType()
Accessor for determining type of UUIDs (variant) that this generator instance will produce.



Copyright © 2011 FasterXML.com. All Rights Reserved.