Uses of Class
io.dropwizard.core.Configuration
-
Packages that use Configuration Package Description io.dropwizard.core io.dropwizard.core.cli io.dropwizard.core.setup io.dropwizard.core.sslreload -
-
Uses of Configuration in io.dropwizard.core
Classes in io.dropwizard.core with type parameters of type Configuration Modifier and Type Class Description class
Application<T extends Configuration>
The base class for Dropwizard applications. -
Uses of Configuration in io.dropwizard.core.cli
Classes in io.dropwizard.core.cli with type parameters of type Configuration Modifier and Type Class Description class
CheckCommand<T extends Configuration>
Parses and validates the application's configuration.class
ConfiguredCommand<T extends Configuration>
A command whose first parameter is the location of a YAML configuration file.class
EnvironmentCommand<T extends Configuration>
A command which executes with a configuredEnvironment
.class
ServerCommand<T extends Configuration>
Runs an application as an HTTP server. -
Uses of Configuration in io.dropwizard.core.setup
Classes in io.dropwizard.core.setup with type parameters of type Configuration Modifier and Type Class Description class
Bootstrap<T extends Configuration>
The pre-start application environment, containing everything required to bootstrap a Dropwizard command.Constructors in io.dropwizard.core.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, @Nullable ClassLoader classLoader, com.codahale.metrics.health.HealthCheckRegistry healthCheckRegistry, Configuration configuration)
Creates a new environment. -
Uses of Configuration in io.dropwizard.core.sslreload
Methods in io.dropwizard.core.sslreload with parameters of type Configuration Modifier and Type Method Description void
SslReloadBundle. run(Configuration configuration, Environment environment)
-