| 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.jersey.params.DateTimeParam
As of release 2.0.0, will be removed in 3.0.0. Please use
Optional instead. |
| 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.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. |
| Method and Description |
|---|
| io.dropwizard.jersey.params.AbstractParam.error(String, Exception)
instead of returning a
Response from this method, subclasses should override
AbstractParam.errorMessage(java.lang.Exception) and AbstractParam.getErrorStatus() to allow a WebApplicationException to be thrown
which is mapped to a response using the exception mappers. |
| io.dropwizard.jersey.params.AbstractParam.mediaType()
the media type should be set by the exception mapper instead
|
Copyright © 2023. All rights reserved.