Package | Description |
---|---|
io.dropwizard | |
io.dropwizard.cli | |
io.dropwizard.setup | |
io.dropwizard.sslreload |
Modifier and Type | Class and Description |
---|---|
class |
Application<T extends Configuration>
The base class for Dropwizard applications.
|
Modifier and Type | Method and Description |
---|---|
default void |
Bundle.run(Configuration configuration,
Environment environment)
Deprecated.
|
Modifier and Type | Class and 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 configured
Environment . |
class |
ServerCommand<T extends Configuration>
Runs a application as an HTTP server.
|
Modifier and Type | Class and Description |
---|---|
class |
Bootstrap<T extends Configuration>
The pre-start application environment, containing everything required to bootstrap a Dropwizard
command.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
SslReloadBundle.run(Configuration configuration,
Environment environment) |
Copyright © 2011. All rights reserved.