Skip navigation links
B C D I L M O R S V W 

B

build() - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle.Builder
 
build() - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.Builder
 
build() - Method in interface org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.FinalBuilder
 
build() - Method in class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle.Builder
 
builder() - Static method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle
 
Builder() - Constructor for class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle.Builder
 
builder() - Static method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle
 
builder() - Static method in class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle
 
Builder() - Constructor for class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle.Builder
 

C

ConfigurationSubstitutionBundle - Class in org.sdase.commons.server.dropwizard.bundles
The ConfigurationSubstitutionBundle allows to use placeholders for environment variables or system properties in configuration yaml files.
ConfigurationSubstitutionBundle() - Constructor for class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle
 
ConfigurationSubstitutionBundle.Builder - Class in org.sdase.commons.server.dropwizard.bundles
 
ConfigurationValueSupplierBundle<C extends io.dropwizard.Configuration,R> - Class in org.sdase.commons.server.dropwizard.bundles
A bundle that creates a Supplier for a configuration value.
ConfigurationValueSupplierBundle.Builder<C extends io.dropwizard.Configuration,R> - Class in org.sdase.commons.server.dropwizard.bundles
 
ConfigurationValueSupplierBundle.FinalBuilder<C extends io.dropwizard.Configuration,R> - Interface in org.sdase.commons.server.dropwizard.bundles
 
ConfigurationValueSupplierBundle.InitialBuilder - Interface in org.sdase.commons.server.dropwizard.bundles
 
configure(FeatureContext) - Method in interface org.sdase.commons.server.dropwizard.ContextAwareEndpoint
 
ConsoleAppenderInjectorSourceProvider - Class in org.sdase.commons.server.dropwizard.logging
 
ConsoleAppenderInjectorSourceProvider(ConfigurationSourceProvider) - Constructor for class org.sdase.commons.server.dropwizard.logging.ConsoleAppenderInjectorSourceProvider
Create a new instance.
ContextAwareEndpoint - Interface in org.sdase.commons.server.dropwizard
Implement this interface in classes that should receive Context injections and are registered as instance.

D

DefaultLoggingConfigurationBundle - Class in org.sdase.commons.server.dropwizard.bundles
The DefaultLoggingConfigurationBundle allows to configure the console logger with the settings desired by the SDA.
DefaultLoggingConfigurationBundle() - Constructor for class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle
 
DefaultLoggingConfigurationBundle.Builder - Class in org.sdase.commons.server.dropwizard.bundles
 

I

initialize(Bootstrap<?>) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle
 
initialize(Bootstrap<?>) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle
 
initialize(Bootstrap<?>) - Method in class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle
 

L

lookup(String) - Method in class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentLookup
 

M

ManagedShutdownListener - Interface in org.sdase.commons.server.dropwizard.lifecycle
Functional interface to implement a Managed as lambda if only Managed.stop() should be handled.

O

onShutdown(ManagedShutdownListener) - Static method in interface org.sdase.commons.server.dropwizard.lifecycle.ManagedShutdownListener
To be used with lifecycle manage to avoid casting.
onShutdown() - Method in interface org.sdase.commons.server.dropwizard.lifecycle.ManagedShutdownListener
Stops the object.
open(String) - Method in class org.sdase.commons.server.dropwizard.logging.ConsoleAppenderInjectorSourceProvider
org.sdase.commons.server.dropwizard - package org.sdase.commons.server.dropwizard
 
org.sdase.commons.server.dropwizard.bundles - package org.sdase.commons.server.dropwizard.bundles
 
org.sdase.commons.server.dropwizard.lifecycle - package org.sdase.commons.server.dropwizard.lifecycle
 
org.sdase.commons.server.dropwizard.logging - package org.sdase.commons.server.dropwizard.logging
 

R

requireNonNull() - Method in interface org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.FinalBuilder
Validate that the configuration is not null.
run(Configuration, Environment) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationSubstitutionBundle
 
run(C, Environment) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle
 
run(Configuration, Environment) - Method in class org.sdase.commons.server.dropwizard.bundles.DefaultLoggingConfigurationBundle
 

S

start() - Method in interface org.sdase.commons.server.dropwizard.lifecycle.ManagedShutdownListener
 
stop() - Method in interface org.sdase.commons.server.dropwizard.lifecycle.ManagedShutdownListener
 
substitute(TextStringBuilder, int, int) - Method in class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentSubstitutor
 
supplier() - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle
 
SystemPropertyAndEnvironmentLookup - Class in org.sdase.commons.server.dropwizard.bundles
Lookup for Java's system properties and environment variables.
SystemPropertyAndEnvironmentLookup() - Constructor for class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentLookup
 
SystemPropertyAndEnvironmentSubstitutor - Class in org.sdase.commons.server.dropwizard.bundles
 
SystemPropertyAndEnvironmentSubstitutor() - Constructor for class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentSubstitutor
 
SystemPropertyAndEnvironmentSubstitutor(boolean) - Constructor for class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentSubstitutor
 
SystemPropertyAndEnvironmentSubstitutor(boolean, boolean) - Constructor for class org.sdase.commons.server.dropwizard.bundles.SystemPropertyAndEnvironmentSubstitutor
 

V

validate(Predicate<R>) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.Builder
 
validate(Predicate<R>) - Method in interface org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.FinalBuilder
Validate the configuration value with a custom predicate.
valueSupplier() - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle
 

W

withAccessor(Function<C1, R1>) - Method in class org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.Builder
 
withAccessor(Function<C, R>) - Method in interface org.sdase.commons.server.dropwizard.bundles.ConfigurationValueSupplierBundle.InitialBuilder
 
B C D I L M O R S V W 
Skip navigation links