java.lang.Object
de.cuioss.test.generator.domain.UUIDGenerator
- All Implemented Interfaces:
TypedGenerator<UUID>
Creates instances of UUIDs
-
Constructor Details
-
UUIDGenerator
public UUIDGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<UUID>- Returns:
- a newly created instance
-