Package io.jmix.flowui.view.navigation
Class CrockfordUuidEncoder
java.lang.Object
io.jmix.flowui.view.navigation.CrockfordUuidEncoder
Crockford's Base32 encoding of UUID values.
- See Also:
-
Method Summary
-
Method Details
-
encode
Performs Base32 encoding for the givenuuid
.- Parameters:
uuid
- UUID- Returns:
- Base32 encoded string
-
decode
Performs Base32 decoding for the givenencoded
string.- Parameters:
encoded
- encoded string- Returns:
- decoded UUID
-