Uses of Class
io.dropwizard.Configuration
-
Packages that use Configuration Package Description io.dropwizard io.dropwizard.cli io.dropwizard.setup io.dropwizard.sslreload -
-
Uses of Configuration in io.dropwizard
Classes in io.dropwizard with type parameters of type Configuration Modifier and Type Class Description classApplication<T extends Configuration>The base class for Dropwizard applications.Methods in io.dropwizard with parameters of type Configuration Modifier and Type Method Description default voidBundle. run(Configuration configuration, Environment environment)Deprecated. -
Uses of Configuration in io.dropwizard.cli
Classes in io.dropwizard.cli with type parameters of type Configuration Modifier and Type Class Description classCheckCommand<T extends Configuration>Parses and validates the application's configuration.classConfiguredCommand<T extends Configuration>A command whose first parameter is the location of a YAML configuration file.classEnvironmentCommand<T extends Configuration>A command which executes with a configuredEnvironment.classServerCommand<T extends Configuration>Runs a application as an HTTP server. -
Uses of Configuration in io.dropwizard.setup
Classes in io.dropwizard.setup with type parameters of type Configuration Modifier and Type Class Description classBootstrap<T extends Configuration>The pre-start application environment, containing everything required to bootstrap a Dropwizard command.Constructors in io.dropwizard.setup with parameters of type Configuration Constructor Description Environment(String name, com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.validation.ValidatorFactory validatorFactory, com.codahale.metrics.MetricRegistry metricRegistry, ClassLoader classLoader, com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry, Configuration configuration)Creates a new environment. -
Uses of Configuration in io.dropwizard.sslreload
Methods in io.dropwizard.sslreload with parameters of type Configuration Modifier and Type Method Description voidSslReloadBundle. run(Configuration configuration, Environment environment)
-