Uses of Class
io.dropwizard.core.Application
-
Packages that use Application Package Description com.example.helloworld io.dropwizard.core.cli io.dropwizard.core.setup io.dropwizard.testing io.dropwizard.testing.junit5 -
-
Uses of Application in com.example.helloworld
Subclasses of Application in com.example.helloworld Modifier and Type Class Description class
HelloWorldApplication
-
Uses of Application in io.dropwizard.core.cli
Constructors in io.dropwizard.core.cli with parameters of type Application Constructor 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 -
Uses of Application in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return Application Modifier and Type Method Description Application<T>
Bootstrap. getApplication()
Returns the bootstrap'sApplication
.Constructors in io.dropwizard.core.setup with parameters of type Application Constructor Description Bootstrap(Application<T> application)
Creates a newBootstrap
for the given application. -
Uses of Application in io.dropwizard.testing
Fields in io.dropwizard.testing declared as Application Modifier and Type Field Description protected @Nullable Application<C>
DropwizardTestSupport. application
Fields in io.dropwizard.testing with type parameters of type Application Modifier and Type Field Description protected Class<? extends Application<C>>
DropwizardTestSupport. applicationClass
protected Function<Application<C>,Command>
DropwizardTestSupport. commandInstantiator
Methods in io.dropwizard.testing with type parameters of type Application Modifier and Type Method Description <A extends Application<C>>
ADropwizardTestSupport. getApplication()
Methods in io.dropwizard.testing that return Application Modifier and Type Method Description Application<C>
DropwizardTestSupport. newApplication()
Constructor parameters in io.dropwizard.testing with type arguments of type Application Constructor Description DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable 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, @Nullable 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, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardTestSupport(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides)
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. -
Uses of Application in io.dropwizard.testing.junit5
Methods in io.dropwizard.testing.junit5 with type parameters of type Application Modifier and Type Method Description <A extends Application<C>>
ADropwizardAppExtension. getApplication()
Methods in io.dropwizard.testing.junit5 that return Application Modifier and Type Method Description Application<C>
DropwizardAppExtension. newApplication()
Constructor parameters in io.dropwizard.testing.junit5 with type arguments of type Application Constructor Description DropwizardAppExtension(Class<? extends Application<C>> applicationClass)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, @Nullable String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides)
DropwizardAppExtension(Class<? extends Application<C>> applicationClass, @Nullable String configPath, ConfigOverride... configOverrides)
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.
-