| Package | Description |
|---|---|
| io.dropwizard.jersey | |
| io.dropwizard.jersey.setup |
| Modifier and Type | Method and Description |
|---|---|
static DropwizardResourceConfig |
DropwizardResourceConfig.forTesting()
Build a
DropwizardResourceConfig which makes Jersey Test run on a random port,
also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT. |
static DropwizardResourceConfig |
DropwizardResourceConfig.forTesting(com.codahale.metrics.MetricRegistry metricRegistry)
Build a
DropwizardResourceConfig which makes Jersey Test run on a random port,
also see org.glassfish.jersey.test.TestProperties#CONTAINER_PORT. |
| Modifier and Type | Method and Description |
|---|---|
DropwizardResourceConfig |
JerseyEnvironment.getResourceConfig() |
| Constructor and Description |
|---|
JerseyEnvironment(JerseyContainerHolder holder,
DropwizardResourceConfig config) |
JerseyServletContainer(DropwizardResourceConfig resourceConfig)
Create Jersey Servlet container.
|
Copyright © 2021. All rights reserved.