Package com.github.f4b6a3.uuid.codec
Interface UuidCodec<T>
-
- Type Parameters:
T- the type encoded to and decoded from.
- All Known Implementing Classes:
Base16Codec,Base32Codec,Base32CrockfordCodec,Base32HexCodec,Base36Codec,Base58BitcoinCodec,Base58Codec,Base58FlickrCodec,Base62Codec,Base64Codec,Base64UrlCodec,BaseNCodec,BinaryCodec,DotNetGuid1Codec,DotNetGuid4Codec,NcnameCodec,SlugCodec,StringCodec,TimeOrderedCodec,UriCodec
public interface UuidCodec<T>Interface to be implemented by all codecs of this package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UUIDdecode(T item)Tencode(UUID uuid)
-