Uses of Class
com.github.f4b6a3.uuid.creator.AbstractNameBasedUuidCreator
-
Packages that use AbstractNameBasedUuidCreator Package Description com.github.f4b6a3.uuid.creator com.github.f4b6a3.uuid.creator.rfc4122 -
-
Uses of AbstractNameBasedUuidCreator in com.github.f4b6a3.uuid.creator
Methods in com.github.f4b6a3.uuid.creator with type parameters of type AbstractNameBasedUuidCreator Modifier and Type Method Description <T extends AbstractNameBasedUuidCreator>
TAbstractNameBasedUuidCreator. withNamespace(UuidNamespace namespace)Sets a fixed name space to be used by default.<T extends AbstractNameBasedUuidCreator>
TAbstractNameBasedUuidCreator. withNamespace(String namespace)Sets a fixed name space to be used by default.<T extends AbstractNameBasedUuidCreator>
TAbstractNameBasedUuidCreator. withNamespace(UUID namespace)Sets a fixed name space to be used by default. -
Uses of AbstractNameBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122
Subclasses of AbstractNameBasedUuidCreator in com.github.f4b6a3.uuid.creator.rfc4122 Modifier and Type Class Description classNameBasedMd5UuidCreatorclassNameBasedSha1UuidCreator
-