Class UuidUtility


  • public final class UuidUtility
    extends java.lang.Object
    Utility methods for UUID handling.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String safeForScripting​(java.lang.String uuid)
      Returns a uuid-string that can be used for scripting based on the provided UUID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • safeForScripting

        public static java.lang.String safeForScripting​(java.lang.String uuid)
        Returns a uuid-string that can be used for scripting based on the provided UUID.
        Parameters:
        uuid - uuid to make safe for scripting
        Returns:
        uuid string