Interface | Description |
---|---|
ConfigurationValueSupplierBundle.FinalBuilder<C extends io.dropwizard.Configuration,R> | |
ConfigurationValueSupplierBundle.InitialBuilder |
Class | Description |
---|---|
ConfigurationSubstitutionBundle |
The
ConfigurationSubstitutionBundle allows to use placeholders for environment variables
or system properties in configuration yaml files. |
ConfigurationSubstitutionBundle.Builder | |
ConfigurationValueSupplierBundle<C extends io.dropwizard.Configuration,R> |
A bundle that creates a
Supplier for a configuration value. |
ConfigurationValueSupplierBundle.Builder<C extends io.dropwizard.Configuration,R> | |
DefaultLoggingConfigurationBundle |
The
DefaultLoggingConfigurationBundle allows to configure the console logger with the
settings desired by the SDA. |
DefaultLoggingConfigurationBundle.Builder | |
SystemPropertyAndEnvironmentLookup |
Lookup for Java's system properties and environment variables.
|
SystemPropertyAndEnvironmentSubstitutor |