Package com.fasterxml.uuid
Class StringArgGenerator
java.lang.Object
com.fasterxml.uuid.UUIDGenerator
com.fasterxml.uuid.StringArgGenerator
- Direct Known Subclasses:
NameBasedGenerator
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
Constructors -
Method Summary
Methods inherited from class com.fasterxml.uuid.UUIDGenerator
_toInt, _toLong, _toShort, getType
-
Constructor Details
-
StringArgGenerator
public StringArgGenerator()
-
-
Method Details
-
generate
Method for generating name-based UUIDs using specified name (serialized to bytes using UTF-8 encoding) -
generate
Method for generating name-based UUIDs using specified byte-serialization of name.- Since:
- 3.1
-