| Interface and Description |
|---|
| io.dropwizard.Bundle
Use
ConfiguredBundle |
| Class and Description |
|---|
| io.dropwizard.jersey.params.BooleanParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.testing.junit.DAOTestRule
Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 and
DAOTestExtension. |
| io.dropwizard.jersey.params.DateTimeParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.testing.junit.DropwizardAppRule
Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 and
DropwizardAppExtension. |
| io.dropwizard.testing.junit.DropwizardClientRule
Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 and
DropwizardClientExtension. |
| io.dropwizard.jersey.params.DurationParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.jersey.params.InstantParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.jersey.params.IntParam
As of release 2.0.0, will be removed in 3.0.0. Please use
OptionalInt instead. |
| io.dropwizard.jersey.params.LocalDateParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.jersey.params.LongParam
As of release 2.0.0, will be removed in 3.0.0. Please use
OptionalLong instead. |
| io.dropwizard.testing.junit.MockitoTestRule
Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5.
|
| io.dropwizard.jetty.NonblockingServletHolder
If necessary, use
ServletHolder or FilterHolder directly.
This class will be removed in Dropwizard 2.1.0. |
| io.dropwizard.testing.junit.ResourceTestRule
Deprecated since Dropwizard 2.0.0. Please migrate to JUnit 5 and
ResourceExtension. |
| io.dropwizard.util.Size
Use
DataSize for correct SI and IEC prefixes. |
| io.dropwizard.jersey.params.SizeParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| io.dropwizard.jersey.params.UUIDParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| Enum and Description |
|---|
| io.dropwizard.util.SizeUnit
Use
DataSizeUnit for correct SI and IEC prefixes. |
Copyright © 2021. All rights reserved.