Class BaseConfig

    • Constructor Detail

      • BaseConfig

        public BaseConfig()

        Create a new base configuration.

    • Method Detail

      • toHOCON

        public com.typesafe.config.Config toHOCON()

        Convert this object to a HOCON configuration

        Returns:
        this configuration in HOCON form
      • fillMap

        protected abstract void fillMap​(Map<String,​Object> props)

        Add this object's properties to the specified map.

        Parameters:
        props - map to fill