Class IdUtils$


  • public class IdUtils$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IdUtils$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      IdUtils$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createMissingNestedIds​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)  
      java.lang.String getUniqueId​(com.xebialabs.deployit.plugin.api.reflect.Type t, java.lang.String parentId)  
      java.lang.String getUniqueId​(java.lang.String t, java.lang.String parentId)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final IdUtils$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • IdUtils$

        public IdUtils$()
    • Method Detail

      • createMissingNestedIds

        public void createMissingNestedIds​(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci)
      • getUniqueId

        public java.lang.String getUniqueId​(com.xebialabs.deployit.plugin.api.reflect.Type t,
                                            java.lang.String parentId)
      • getUniqueId

        public java.lang.String getUniqueId​(java.lang.String t,
                                            java.lang.String parentId)