com.fasterxml.uuid
Class NoArgGenerator

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

public abstract class NoArgGenerator
extends UUIDGenerator

Intermediate base class for UUID generators that do not take arguments for individual calls. This includes random and time-based variants, but not name-based ones.

Since:
3.0

Constructor Summary
NoArgGenerator()
           
 
Method Summary
abstract  UUID generate()
           
 
Methods inherited from class com.fasterxml.uuid.UUIDGenerator
getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoArgGenerator

public NoArgGenerator()
Method Detail

generate

public abstract UUID generate()


Copyright © 2011 FasterXML.com. All Rights Reserved.