Interface HexableId
- All Known Implementing Classes:
MongoFriendshipId
,MongoInventoryItemId
,MongoProgressId
,MongoRewardIssuanceId
,MongoSaveDataDocumentId
,MongoScoreId
public interface HexableId
Interface to a Hex-able ID. The Hexable Id can be converted to a hexadeximal string and back. Types implementing
this interface must include a single argument constructor accepting a string which will be used to construct the
instance from the original hexadecimal string.
-
Method Summary
-
Method Details
-
toHexString
String toHexString()Converts the object to a Hex string.- Returns:
- the hex string representation.
-