Uses of Class
com.github.f4b6a3.ulid.creator.UlidBasedGuidCreator
-
Packages that use UlidBasedGuidCreator Package Description com.github.f4b6a3.ulid com.github.f4b6a3.ulid.creator -
-
Uses of UlidBasedGuidCreator in com.github.f4b6a3.ulid
Methods in com.github.f4b6a3.ulid that return UlidBasedGuidCreator Modifier and Type Method Description static UlidBasedGuidCreatorUlidCreator. getUlidBasedCreator()Return a GUID creator for direct use. -
Uses of UlidBasedGuidCreator in com.github.f4b6a3.ulid.creator
Methods in com.github.f4b6a3.ulid.creator with type parameters of type UlidBasedGuidCreator Modifier and Type Method Description <T extends UlidBasedGuidCreator>
TUlidBasedGuidCreator. withFastRandomGenerator()Replaces the default random generator with a faster one.<T extends UlidBasedGuidCreator>
TUlidBasedGuidCreator. withRandomGenerator(Random random)Replace the default random generator, in a fluent way, to another that extendsRandom.<T extends UlidBasedGuidCreator>
TUlidBasedGuidCreator. withTimestampStrategy(TimestampStrategy timestampStrategy)Used for changing the timestamp strategy.
-