| Package | Description |
|---|---|
| com.example.helloworld | |
| io.dropwizard.cli | |
| io.dropwizard.setup | |
| io.dropwizard.testing | |
| io.dropwizard.testing.junit | |
| io.dropwizard.testing.junit5 |
| Modifier and Type | Class and Description |
|---|---|
class |
HelloWorldApplication |
| Constructor and Description |
|---|
CheckCommand(Application<T> application) |
EnvironmentCommand(Application<T> application,
String name,
String description)
Creates a new environment command.
|
ServerCommand(Application<T> application) |
ServerCommand(Application<T> application,
String name,
String description)
A constructor to allow reuse of the server command as a different name
|
| Modifier and Type | Method and Description |
|---|---|
Application<T> |
Bootstrap.getApplication()
Returns the bootstrap's
Application. |
| Constructor and Description |
|---|
Bootstrap(Application<T> application)
Creates a new
Bootstrap for the given application. |
| Modifier and Type | Field and Description |
|---|---|
protected Application<C> |
DropwizardTestSupport.application |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends Application<C>> |
DropwizardTestSupport.applicationClass |
protected Function<Application<C>,Command> |
DropwizardTestSupport.commandInstantiator |
| Modifier and Type | Method and Description |
|---|---|
<A extends Application<C>> |
DropwizardTestSupport.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
Application<C> |
DropwizardTestSupport.newApplication() |
| Constructor and Description |
|---|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
C configuration)
Alternative constructor that may be used to directly provide Configuration
to use, instead of specifying resource path for locating data to create
Configuration.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardTestSupport(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
| Modifier and Type | Method and Description |
|---|---|
<A extends Application<C>> |
DropwizardAppRule.getApplication()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Application<C> |
DropwizardAppRule.newApplication()
Deprecated.
|
| Constructor and Description |
|---|
DropwizardAppRule(Class<? extends Application<C>> applicationClass)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
C configuration)
Deprecated.
Alternate constructor that allows specifying exact Configuration object to
use, instead of reading a resource and binding it as Configuration object.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Deprecated.
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Deprecated.
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppRule(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
<A extends Application<C>> |
DropwizardAppExtension.getApplication() |
| Modifier and Type | Method and Description |
|---|---|
Application<C> |
DropwizardAppExtension.newApplication() |
| Constructor and Description |
|---|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
C configuration)
Alternate constructor that allows specifying exact Configuration object to
use, instead of reading a resource and binding it as Configuration object.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
C configuration,
Function<Application<C>,Command> commandInstantiator)
Alternate constructor that allows specifying the command the Dropwizard application is started with.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
ConfigurationSourceProvider configSourceProvider,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
Optional<String> customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides)
Deprecated.
|
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
DropwizardAppExtension(Class<? extends Application<C>> applicationClass,
String configPath,
String customPropertyPrefix,
Function<Application<C>,Command> commandInstantiator,
ConfigOverride... configOverrides) |
Copyright © 2020. All rights reserved.