Uses of Class
io.dropwizard.jersey.DropwizardResourceConfig
-
Packages that use DropwizardResourceConfig Package Description io.dropwizard.jersey io.dropwizard.jersey.setup -
-
Uses of DropwizardResourceConfig in io.dropwizard.jersey
Methods in io.dropwizard.jersey that return DropwizardResourceConfig Modifier and Type Method Description static DropwizardResourceConfigDropwizardResourceConfig. forTesting()Build aDropwizardResourceConfigwhich makes Jersey Test run on a random port, also seeorg.glassfish.jersey.test.TestProperties#CONTAINER_PORT.static DropwizardResourceConfigDropwizardResourceConfig. forTesting(@Nullable com.codahale.metrics.MetricRegistry metricRegistry)Build aDropwizardResourceConfigwhich makes Jersey Test run on a random port, also seeorg.glassfish.jersey.test.TestProperties#CONTAINER_PORT. -
Uses of DropwizardResourceConfig in io.dropwizard.jersey.setup
Methods in io.dropwizard.jersey.setup that return DropwizardResourceConfig Modifier and Type Method Description DropwizardResourceConfigJerseyEnvironment. getResourceConfig()Constructors in io.dropwizard.jersey.setup with parameters of type DropwizardResourceConfig Constructor Description JerseyEnvironment(JerseyContainerHolder holder, DropwizardResourceConfig config)JerseyServletContainer(DropwizardResourceConfig resourceConfig)Create Jersey Servlet container.
-