Class PidFactory


  • public class PidFactory
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.function.Supplier<java.lang.String> instance  
    • Constructor Summary

      Constructors 
      Constructor Description
      PidFactory()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.function.Supplier<java.lang.String> getInstance()  
      • Methods inherited from class java.lang.Object

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

      • instance

        private static java.util.function.Supplier<java.lang.String> instance
    • Constructor Detail

      • PidFactory

        public PidFactory()
    • Method Detail

      • getInstance

        public static java.util.function.Supplier<java.lang.String> getInstance()