Package org.sdase.commons.server.dropwizard.bundles
package org.sdase.commons.server.dropwizard.bundles
-
ClassDescriptionThe
ConfigurationSubstitutionBundle
allows to use placeholders for environment variables or system properties in configuration yaml files.ConfigurationValueSupplierBundle<C extends io.dropwizard.core.Configuration,R> A bundle that creates aSupplier
for a configuration value.ConfigurationValueSupplierBundle.Builder<C extends io.dropwizard.core.Configuration,R> ConfigurationValueSupplierBundle.FinalBuilder<C extends io.dropwizard.core.Configuration,R> TheDefaultLoggingConfigurationBundle
allows to configure the console logger with the settings desired by the SDA.Provides theactual lookup key
and optional operators from a full lookup key string.Tracks keys that were looked up in the environment.TheMetadataContextBundle
activates handling of theMetadataContext
.AStringLookup
for Java's system properties and environment variables.AStringSubstitutor
that picks properties fromSystem.getProperty(String)
(preferred) andSystem.getenv(String)
(secondary) that may be modified by operators.