Class ConfigParser

java.lang.Object
edu.byu.hbll.box.internal.core.ConfigParser

public class ConfigParser extends Object
Parses the yaml box configuration.
Author:
Charles Draper
  • Constructor Details

    • ConfigParser

      public ConfigParser()
  • Method Details

    • parse

      public static List<SourceConfig> parse(com.fasterxml.jackson.databind.JsonNode config, ObjectFactory objectFactory)
      Sets all parameters held in the JsonNode.
      Parameters:
      config - the config object
      objectFactory - the object factory
      Returns:
      all found configurations for the sources