Package com.netflix.governator.configuration

Examples of com.netflix.governator.configuration.ConfigurationDocumentation


        this.configurationMapper = configurationMapper;
        this.configurationProvider = configurationProvider;
    }
   
    public LifecycleManagerArguments() {
        this.configurationDocumentation = new ConfigurationDocumentation();
        this.configurationProvider = new LifecycleConfigurationProviders();
        this.configurationMapper = new DefaultConfigurationMapper();
    }
View Full Code Here

TOP

Related Classes of com.netflix.governator.configuration.ConfigurationDocumentation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.