Uses of Interface
com.github.f4b6a3.uuid.strategy.TimestampStrategy
-
Packages that use TimestampStrategy Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.strategy.timestamp -
-
Uses of TimestampStrategy in com.github.f4b6a3.uuid.creator
Fields in com.github.f4b6a3.uuid.creator declared as TimestampStrategy Modifier and Type Field Description protected TimestampStrategyAbstractTimeBasedUuidCreator. timestampStrategyMethods in com.github.f4b6a3.uuid.creator with parameters of type TimestampStrategy Modifier and Type Method Description <T extends AbstractTimeBasedUuidCreator>
TAbstractTimeBasedUuidCreator. withTimestampStrategy(TimestampStrategy timestampStrategy)Replaces the defaultTimestampStrategywith another one. -
Uses of TimestampStrategy in com.github.f4b6a3.uuid.strategy.timestamp
Classes in com.github.f4b6a3.uuid.strategy.timestamp that implement TimestampStrategy Modifier and Type Class Description classDefaultTimestampStrategyStrategy that provides the current timestamp.classFixedTimestampStretegyStrategy that always provides the same timestamp.
-