Uses of Class
io.dropwizard.core.Configuration
-
-
Uses of Configuration in com.example.helloworld
Subclasses of Configuration in com.example.helloworld Modifier and Type Class Description classHelloWorldConfiguration -
Uses of Configuration in io.dropwizard.assets
Methods in io.dropwizard.assets with parameters of type Configuration Modifier and Type Method Description voidAssetsBundle. run(Configuration configuration, Environment environment) -
Uses of Configuration in io.dropwizard.core
Classes in io.dropwizard.core with type parameters of type Configuration Modifier and Type Class Description classApplication<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 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.core.setup
Classes in io.dropwizard.core.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.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 voidSslReloadBundle. run(Configuration configuration, Environment environment) -
Uses of Configuration in io.dropwizard.forms
Methods in io.dropwizard.forms with parameters of type Configuration Modifier and Type Method Description voidMultiPartBundle. run(Configuration configuration, Environment environment) -
Uses of Configuration in io.dropwizard.jdbi3.bundles
Methods in io.dropwizard.jdbi3.bundles with parameters of type Configuration Modifier and Type Method Description voidJdbiExceptionsBundle. run(Configuration configuration, Environment environment) -
Uses of Configuration in io.dropwizard.migrations
Classes in io.dropwizard.migrations with type parameters of type Configuration Modifier and Type Class Description classAbstractLiquibaseCommand<T extends Configuration>classDbCalculateChecksumCommand<T extends Configuration>classDbClearChecksumsCommand<T extends Configuration>classDbCommand<T extends Configuration>classDbDropAllCommand<T extends Configuration>classDbDumpCommand<T extends Configuration>classDbFastForwardCommand<T extends Configuration>classDbGenerateDocsCommand<T extends Configuration>classDbLocksCommand<T extends Configuration>classDbMigrateCommand<T extends Configuration>classDbPrepareRollbackCommand<T extends Configuration>classDbRollbackCommand<T extends Configuration>classDbStatusCommand<T extends Configuration>classDbTagCommand<T extends Configuration>classDbTestCommand<T extends Configuration>classMigrationsBundle<T extends Configuration> -
Uses of Configuration in io.dropwizard.testing
Classes in io.dropwizard.testing with type parameters of type Configuration Modifier and Type Class Description classDropwizardTestSupport<C extends Configuration>A test support class for starting and stopping your application at the start and end of a test class.static classDropwizardTestSupport.ServiceListener<T extends Configuration>classPOJOConfigurationFactory<C extends Configuration>Fields in io.dropwizard.testing declared as Configuration Modifier and Type Field Description protected @Nullable CDropwizardTestSupport. configurationprotected CPOJOConfigurationFactory. configuration -
Uses of Configuration in io.dropwizard.testing.junit5
Classes in io.dropwizard.testing.junit5 with type parameters of type Configuration Modifier and Type Class Description classDropwizardAppExtension<C extends Configuration>An extension for starting and stopping your application at the start and end of a test class.static classDropwizardAppExtension.ServiceListener<T extends Configuration>
-