Package de.cuioss.test.generator.domain
Class UUIDGenerator
- java.lang.Object
-
- de.cuioss.test.generator.domain.UUIDGenerator
-
- All Implemented Interfaces:
TypedGenerator<UUID>
public class UUIDGenerator extends Object implements TypedGenerator<UUID>
Creates instances of UUIDs
-
-
Constructor Summary
Constructors Constructor Description UUIDGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDnext()Generates the next instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.cuioss.test.generator.TypedGenerator
getType
-
-
-
-
Constructor Detail
-
UUIDGenerator
public UUIDGenerator()
-
-
Method Detail
-
next
public UUID next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<UUID>- Returns:
- a newly created instance
-
-