Class AbstractYAMLBasedConfiguration

    • Method Detail

      • load

        protected void load​(Map<String,​Object> map)
        Loads this configuration from the content of the specified map. The data in the map is transformed into a hierarchy of ImmutableNode objects.
        Parameters:
        map - the map to be processed
      • constructMap

        protected Map<String,​ObjectconstructMap​(ImmutableNode node)
        Constructs a YAML map, i.e. String -> Object from a given configuration node.
        Parameters:
        node - The configuration node to create a map from.
        Returns:
        A Map that contains the configuration node information.