Class ConfigurationParser<C extends ConfigLoader>


  • @Service
    public class ConfigurationParser<C extends ConfigLoader>
    extends Object
    This is a class to create the ConfigBeanProxy from the xml an xml snippet
    Author:
    Bhakti Mehta, Masoud Kalali
    • Constructor Detail

      • ConfigurationParser

        public ConfigurationParser()
    • Method Detail

      • parseAndSetConfigBean

        public <T extends org.jvnet.hk2.config.ConfigBeanProxy> void parseAndSetConfigBean​(List<ConfigBeanDefaultValue> values)
        Type Parameters:
        T - the ConfigBeanProxy type we are looking for