Class RandomBasedUuidCreator
- java.lang.Object
-
- com.github.f4b6a3.uuid.creator.AbstractUuidCreator
-
- com.github.f4b6a3.uuid.creator.AbstractRandomBasedUuidCreator
-
- com.github.f4b6a3.uuid.creator.rfc4122.RandomBasedUuidCreator
-
- All Implemented Interfaces:
NoArgumentsUuidCreator
public final class RandomBasedUuidCreator extends AbstractRandomBasedUuidCreator
Factory that creates random-based UUIDs. RFC-4122 version: 4.
-
-
Field Summary
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractRandomBasedUuidCreator
randomStrategy
-
Fields inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
version, versionBits
-
-
Constructor Summary
Constructors Constructor Description RandomBasedUuidCreator()
-
Method Summary
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractRandomBasedUuidCreator
create, withRandomGenerator, withRandomStrategy
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
applyVariantBits, applyVersionBits, getVersion
-
-