Uses of Interface
com.github.f4b6a3.ulid.strategy.RandomStrategy
-
Packages that use RandomStrategy Package Description com.github.f4b6a3.ulid.creator com.github.f4b6a3.ulid.strategy.random -
-
Uses of RandomStrategy in com.github.f4b6a3.ulid.creator
Fields in com.github.f4b6a3.ulid.creator declared as RandomStrategy Modifier and Type Field Description protected RandomStrategyUlidSpecCreator. randomStrategyMethods in com.github.f4b6a3.ulid.creator with parameters of type RandomStrategy Modifier and Type Method Description <T extends UlidSpecCreator>
TUlidSpecCreator. withRandomStrategy(RandomStrategy randomStrategy)Replaces the default random strategy with another. -
Uses of RandomStrategy in com.github.f4b6a3.ulid.strategy.random
Classes in com.github.f4b6a3.ulid.strategy.random that implement RandomStrategy Modifier and Type Class Description classDefaultRandomStrategyIt uses an instance ofSecureRandom.classOtherRandomStrategyIt uses an instance ofRandominjected by constructor.
-