de.thomaskrille.dropwizard_template_config.EnvironmentProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dropwizard-template-config Show documentation
Show all versions of dropwizard-template-config Show documentation
Dropwizard bundle that enables you to write your config.yaml as a template.
The newest version!
package de.thomaskrille.dropwizard_template_config;
import java.util.Map;
public interface EnvironmentProvider {
Map getEnvironment();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy