Interface HierarchicalConfigurationExporter

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String VALUE_KEY
      If configuration node has value and children and there's no other way to represent the value, we use this key to denote that.
    • Field Detail

      • VALUE_KEY

        static final String VALUE_KEY
        If configuration node has value and children and there's no other way to represent the value, we use this key to denote that.
    • Method Detail

      • generateDataMap

        @NotNull
        @NotNull Map<String,​Object> generateDataMap​(@NotNull
                                                          @NotNull org.apache.commons.configuration.HierarchicalConfiguration configuration)
        Generate YAML-friendly map containing data from HierarchicalConfiguration
      • fromDataMap

        @NotNull
        @NotNull org.apache.commons.configuration.HierarchicalConfiguration fromDataMap​(@NotNull
                                                                                        @NotNull Map<String,​Object> configurationMap)
      • addDataMapToConfiguration

        void addDataMapToConfiguration​(org.apache.commons.configuration.HierarchicalConfiguration configuration,
                                       Map<String,​Object> configurationMap)