Package de.cuioss.test.generator.domain
Class UUIDGenerator
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 based on the generator's configuration. Implementations must ensure thread-safety.- Specified by:
nextin interfaceTypedGenerator<UUID>- Returns:
- A newly created instance. May be null if the generator explicitly supports null value generation.
-