Class ConfigUtil


  • public class ConfigUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ConfigUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.typesafe.config.Config adaptAkkaToPekkoConfig​(com.typesafe.config.Config cfg)  
      static com.typesafe.config.Config adaptPekkoToAkkaConfig​(com.typesafe.config.Config cfg)  
      static com.typesafe.config.Config addAkkaConfig​(com.typesafe.config.Config cfg, java.lang.String akkaVersion)  
      static java.lang.String getAkkaVersion​(com.typesafe.config.Config cfg)  
      static boolean isStrictAkkaConfig​(com.typesafe.config.Config cfg)  
      static boolean supportsAkkaConfig​(com.typesafe.config.Config cfg)  
      • Methods inherited from class java.lang.Object

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

      • ConfigUtil

        public ConfigUtil()
    • Method Detail

      • addAkkaConfig

        public static com.typesafe.config.Config addAkkaConfig​(com.typesafe.config.Config cfg,
                                                               java.lang.String akkaVersion)
      • adaptPekkoToAkkaConfig

        public static com.typesafe.config.Config adaptPekkoToAkkaConfig​(com.typesafe.config.Config cfg)
      • adaptAkkaToPekkoConfig

        public static com.typesafe.config.Config adaptAkkaToPekkoConfig​(com.typesafe.config.Config cfg)
      • supportsAkkaConfig

        public static boolean supportsAkkaConfig​(com.typesafe.config.Config cfg)
      • getAkkaVersion

        public static java.lang.String getAkkaVersion​(com.typesafe.config.Config cfg)
      • isStrictAkkaConfig

        public static boolean isStrictAkkaConfig​(com.typesafe.config.Config cfg)