Is there any utility method available to convert plain string to UUID formatted string?
For example:
Plain String: f424376fe38e496eb77d7841d915b074
UUID formatted String: f424376f-e38e-496e-b77d-7841d915b074
I just wanted to convert to UUID format without using any java logic, hence looking for predefined utility available in java.lang, java.util or Apache, etc packages.