| Package | Description |
|---|---|
| com.fasterxml.jackson.jaxrs.base | |
| com.fasterxml.jackson.jaxrs.base.nocontent |
| Modifier and Type | Field and Description |
|---|---|
protected NoContentExceptionSupplier |
ProviderBase.noContentExceptionSupplier |
| Modifier and Type | Method and Description |
|---|---|
private static NoContentExceptionSupplier |
ProviderBase._createNoContentExceptionSupplier()
Since class
javax.ws.rs.core.NoContentException only exists in
JAX-RS 2.0, but we want to have 1.x compatibility, need to dynamically select exception supplier |
| Modifier and Type | Class and Description |
|---|---|
class |
JaxRS1NoContentExceptionSupplier
Create plain IOException for JaxRS 1.x because
NoContentException
has been introduced in JaxRS 2.x |
class |
JaxRS2NoContentExceptionSupplier
This supplier creates fair NoContentException from JaxRS 2.x
|