Uses of Class
io.dropwizard.jersey.setup.JerseyEnvironment
-
Packages that use JerseyEnvironment Package Description io.dropwizard.core.server io.dropwizard.core.setup io.dropwizard.health io.dropwizard.health.response -
-
Uses of JerseyEnvironment in io.dropwizard.core.server
Methods in io.dropwizard.core.server with parameters of type JerseyEnvironment Modifier and Type Method Description protected org.eclipse.jetty.server.HandlerAbstractServerFactory. createAppServlet(org.eclipse.jetty.server.Server server, JerseyEnvironment jersey, com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.validation.Validator validator, MutableServletContextHandler handler, @Nullable javax.servlet.Servlet jerseyContainer, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of JerseyEnvironment in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return JerseyEnvironment Modifier and Type Method Description JerseyEnvironmentEnvironment. jersey()Returns the application'sJerseyEnvironment. -
Uses of JerseyEnvironment in io.dropwizard.health
Methods in io.dropwizard.health with parameters of type JerseyEnvironment Modifier and Type Method Description voidDefaultHealthFactory. configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name)voidHealthFactory. configure(LifecycleEnvironment lifecycle, ServletEnvironment servlets, JerseyEnvironment jersey, HealthEnvironment health, com.fasterxml.jackson.databind.ObjectMapper mapper, String name) -
Uses of JerseyEnvironment in io.dropwizard.health.response
Methods in io.dropwizard.health.response with parameters of type JerseyEnvironment Modifier and Type Method Description voidHealthResponderFactory. configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)Configures a health responder for responding to health check requests (e.g.voidServletHealthResponderFactory. configure(String name, Collection<String> healthCheckUrlPaths, HealthResponseProvider healthResponseProvider, HealthEnvironment health, JerseyEnvironment jersey, ServletEnvironment servlets, com.fasterxml.jackson.databind.ObjectMapper mapper)
-