Uses of Class
com.github.f4b6a3.ulid.creator.UlidSpecCreator
-
Packages that use UlidSpecCreator Package Description com.github.f4b6a3.ulid com.github.f4b6a3.ulid.creator -
-
Uses of UlidSpecCreator in com.github.f4b6a3.ulid
Methods in com.github.f4b6a3.ulid that return UlidSpecCreator Modifier and Type Method Description static UlidSpecCreatorUlidCreator. getUlidSpecCreator()Return a GUID creator for direct use. -
Uses of UlidSpecCreator in com.github.f4b6a3.ulid.creator
Methods in com.github.f4b6a3.ulid.creator with type parameters of type UlidSpecCreator Modifier and Type Method Description <T extends UlidSpecCreator>
TUlidSpecCreator. withRandomGenerator(Random random)Replaces the default random strategy with another that uses the inputRandominstance.<T extends UlidSpecCreator>
TUlidSpecCreator. withRandomStrategy(RandomStrategy randomStrategy)Replaces the default random strategy with another.<T extends UlidSpecCreator>
TUlidSpecCreator. withTimestampStrategy(TimestampStrategy timestampStrategy)Used for changing the timestamp strategy.
-