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 class RandomBasedUuidCreator extends AbstractRandomBasedUuidCreator
Factory that creates random-based UUIDs. RFC-4122 version: 4.
-
-
Field Summary
Fields Modifier and Type Field Description protected Randomrandom-
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, withFastRandomGenerator, withRandomGenerator
-
Methods inherited from class com.github.f4b6a3.uuid.creator.AbstractUuidCreator
applyVariantBits, applyVersionBits, getVersion
-
-
-
-
Field Detail
-
random
protected Random random
-
-