com.fasterxml.uuid
Class StringArgGenerator

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

public abstract class StringArgGenerator
extends UUIDGenerator

Intermediate base class for UUID generators that take one String argument for individual calls. This includes name-based generators, but not random and time-based generators.

Since:
3.0

Constructor Summary
StringArgGenerator()
           
 
Method Summary
abstract  UUID generate(String arg)
           
 
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

StringArgGenerator

public StringArgGenerator()
Method Detail

generate

public abstract UUID generate(String arg)


Copyright © 2010 FasterXML.com. All Rights Reserved.