Uses of Class
io.dropwizard.core.setup.Environment
-
-
Uses of Environment in com.example.helloworld
Methods in com.example.helloworld with parameters of type Environment Modifier and Type Method Description voidHelloWorldApplication. run(HelloWorldConfiguration configuration, Environment environment) -
Uses of Environment in io.dropwizard.assets
Methods in io.dropwizard.assets with parameters of type Environment Modifier and Type Method Description voidAssetsBundle. run(Configuration configuration, Environment environment) -
Uses of Environment in io.dropwizard.client
Methods in io.dropwizard.client with parameters of type Environment Modifier and Type Method Description JerseyClientBuilderJerseyClientBuilder. using(Environment environment)Uses the givenEnvironment.Constructors in io.dropwizard.client with parameters of type Environment Constructor Description HttpClientBuilder(Environment environment)JerseyClientBuilder(Environment environment) -
Uses of Environment in io.dropwizard.core
Methods in io.dropwizard.core with parameters of type Environment Modifier and Type Method Description abstract voidApplication. run(T configuration, Environment environment)When the application runs, this is called after theConfiguredBundles are run.default voidConfiguredBundle. run(T configuration, Environment environment)Initializes the environment. -
Uses of Environment in io.dropwizard.core.cli
Methods in io.dropwizard.core.cli that return Environment Modifier and Type Method Description @Nullable EnvironmentEnvironmentCommand. getEnvironment()Returns the constructed environment ornullif it hasn't been constructed yet.Methods in io.dropwizard.core.cli with parameters of type Environment Modifier and Type Method Description protected abstract voidEnvironmentCommand. run(Environment environment, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration)Runs the command with the givenEnvironmentandConfiguration.protected voidServerCommand. run(Environment environment, net.sourceforge.argparse4j.inf.Namespace namespace, T configuration) -
Uses of Environment in io.dropwizard.core.server
Methods in io.dropwizard.core.server with parameters of type Environment Modifier and Type Method Description org.eclipse.jetty.server.ServerDefaultServerFactory. build(Environment environment)org.eclipse.jetty.server.ServerServerFactory. build(Environment environment)Build a server for the given Dropwizard application.org.eclipse.jetty.server.ServerSimpleServerFactory. build(Environment environment)voidDefaultServerFactory. configure(Environment environment)voidServerFactory. configure(Environment environment)Configures the given environment with settings defined in the factory.voidSimpleServerFactory. configure(Environment environment) -
Uses of Environment in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup with parameters of type Environment Modifier and Type Method Description voidBootstrap. run(T configuration, Environment environment)Runs the bootstrap's bundles with the given configuration and environment. -
Uses of Environment in io.dropwizard.core.sslreload
Methods in io.dropwizard.core.sslreload with parameters of type Environment Modifier and Type Method Description voidSslReloadBundle. run(Configuration configuration, Environment environment) -
Uses of Environment in io.dropwizard.forms
Methods in io.dropwizard.forms with parameters of type Environment Modifier and Type Method Description voidMultiPartBundle. run(Configuration configuration, Environment environment) -
Uses of Environment in io.dropwizard.hibernate
Methods in io.dropwizard.hibernate with parameters of type Environment Modifier and Type Method Description org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities)org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities)org.hibernate.SessionFactorySessionFactoryFactory. build(HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities, String name)protected UnitOfWorkApplicationListenerHibernateBundle. registerUnitOfWorkListenerIfAbsent(Environment environment)voidHibernateBundle. run(T configuration, Environment environment) -
Uses of Environment in io.dropwizard.hibernate.dual
Methods in io.dropwizard.hibernate.dual with parameters of type Environment Modifier and Type Method Description voidHibernateBundle. run(T configuration, Environment environment) -
Uses of Environment in io.dropwizard.jdbi3
Methods in io.dropwizard.jdbi3 with parameters of type Environment Modifier and Type Method Description org.jdbi.v3.core.JdbiJdbiFactory. build(Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name)Build a fully configuredJdbiinstance managed by the DropWizard lifecycle with the configured health check; this method should not be overridden (instead, overrideJdbiFactory.newInstance(ManagedDataSource)andJdbiFactory.configure(Jdbi))org.jdbi.v3.core.JdbiJdbiFactory. build(Environment environment, PooledDataSourceFactory configuration, String name)Build a fully configuredJdbiinstance managed by the DropWizard lifecycle with the configured health check; this method should not be overridden (instead, overrideJdbiFactory.newInstance(ManagedDataSource)andJdbiFactory.configure(Jdbi)) -
Uses of Environment in io.dropwizard.jdbi3.bundles
Methods in io.dropwizard.jdbi3.bundles with parameters of type Environment Modifier and Type Method Description voidJdbiExceptionsBundle. run(Configuration configuration, Environment environment) -
Uses of Environment in io.dropwizard.testing
Fields in io.dropwizard.testing declared as Environment Modifier and Type Field Description protected @Nullable EnvironmentDropwizardTestSupport. environmentMethods in io.dropwizard.testing that return Environment Modifier and Type Method Description EnvironmentDropwizardTestSupport. getEnvironment()Methods in io.dropwizard.testing with parameters of type Environment Modifier and Type Method Description voidDropwizardTestSupport.ServiceListener. onRun(T configuration, Environment environment, DropwizardTestSupport<T> rule) -
Uses of Environment in io.dropwizard.testing.common
Methods in io.dropwizard.testing.common that return Environment Modifier and Type Method Description EnvironmentDropwizardClient. getEnvironment() -
Uses of Environment in io.dropwizard.testing.junit5
Methods in io.dropwizard.testing.junit5 that return Environment Modifier and Type Method Description EnvironmentDropwizardAppExtension. getEnvironment()EnvironmentDropwizardClientExtension. getEnvironment()Methods in io.dropwizard.testing.junit5 with parameters of type Environment Modifier and Type Method Description voidDropwizardAppExtension.ServiceListener. onRun(T configuration, Environment environment, DropwizardAppExtension<T> rule) -
Uses of Environment in io.dropwizard.views.common
Methods in io.dropwizard.views.common with parameters of type Environment Modifier and Type Method Description voidViewBundle. run(T configuration, Environment environment)
-