Uses of Class
com.github.f4b6a3.ulid.factory.UlidFactory
-
Packages that use UlidFactory Package Description com.github.f4b6a3.ulid com.github.f4b6a3.ulid.factory -
-
Uses of UlidFactory in com.github.f4b6a3.ulid
Methods in com.github.f4b6a3.ulid that return UlidFactory Modifier and Type Method Description static UlidFactoryUlidCreator. getDefaultFactory()Returns an instance of the Default ULID factory.static UlidFactoryUlidCreator. getMonotonicFactory()Returns an instance of the Monotonic ULID factory. -
Uses of UlidFactory in com.github.f4b6a3.ulid.factory
Subclasses of UlidFactory in com.github.f4b6a3.ulid.factory Modifier and Type Class Description classDefaultUlidFactoryFactory that generates default ULIDs.classMonotonicUlidFactoryFactory that generates Monotonic ULIDs.Methods in com.github.f4b6a3.ulid.factory with type parameters of type UlidFactory Modifier and Type Method Description <T extends UlidFactory>
TUlidFactory. withRandomGenerator(RandomGenerator randomGenerator)Replaces the default random generator with another.
-