Uses of Interface
com.github.f4b6a3.uuid.strategy.RandomStrategy
-
Packages that use RandomStrategy Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.strategy.random -
-
Uses of RandomStrategy in com.github.f4b6a3.uuid.creator
Fields in com.github.f4b6a3.uuid.creator declared as RandomStrategy Modifier and Type Field Description protected RandomStrategyAbstractRandomBasedUuidCreator. randomStrategyMethods in com.github.f4b6a3.uuid.creator with parameters of type RandomStrategy Modifier and Type Method Description <T extends AbstractRandomBasedUuidCreator>
TAbstractRandomBasedUuidCreator. withRandomStrategy(RandomStrategy randomStrategy)Replaces the default random strategy with another. -
Uses of RandomStrategy in com.github.f4b6a3.uuid.strategy.random
Classes in com.github.f4b6a3.uuid.strategy.random that implement RandomStrategy Modifier and Type Class Description classDefaultRandomStrategyStrategy that provides random values for random-based UUIDs.classOtherRandomStrategyStrategy that provides random values for random-based UUIDs.
-