Uses of Class
io.dropwizard.core.setup.AdminFactory
Packages that use AdminFactory
-
Uses of AdminFactory in io.dropwizard.core
Methods in io.dropwizard.core that return AdminFactoryModifier and TypeMethodDescriptionConfiguration.getAdminFactory()Returns the admin interface-specific section of the configuration file.Methods in io.dropwizard.core with parameters of type AdminFactoryModifier and TypeMethodDescriptionvoidConfiguration.setAdminFactory(AdminFactory admin) Sets the admin interface-specific section of the configuration file. -
Uses of AdminFactory in io.dropwizard.core.setup
Constructors in io.dropwizard.core.setup with parameters of type AdminFactoryModifierConstructorDescriptionAdminEnvironment(io.dropwizard.jetty.MutableServletContextHandler handler, com.codahale.metrics.health.HealthCheckRegistry healthChecks, com.codahale.metrics.MetricRegistry metricRegistry, AdminFactory adminFactory) Creates a newAdminEnvironment.