Class ConfigParser


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

      • ConfigParser

        public ConfigParser()
    • Method Detail

      • parse

        public static void parse​(Box.Builder boxBuilder,
                                 com.fasterxml.jackson.databind.JsonNode config)
        Sets all parameters held in the JsonNode.
        Parameters:
        boxBuilder - the box builder
        config - the config object