Uses of Interface
com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
-
Packages that use NoContentExceptionSupplier Package Description com.fasterxml.jackson.jaxrs.base com.fasterxml.jackson.jaxrs.base.nocontent -
-
Uses of NoContentExceptionSupplier in com.fasterxml.jackson.jaxrs.base
Fields in com.fasterxml.jackson.jaxrs.base declared as NoContentExceptionSupplier Modifier and Type Field Description private NoContentExceptionSupplier
ProviderBase. noContentExceptionSupplier
Methods in com.fasterxml.jackson.jaxrs.base that return NoContentExceptionSupplier Modifier and Type Method Description private static NoContentExceptionSupplier
ProviderBase. _createNoContentExceptionSupplier()
Since classjavax.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 -
Uses of NoContentExceptionSupplier in com.fasterxml.jackson.jaxrs.base.nocontent
Classes in com.fasterxml.jackson.jaxrs.base.nocontent that implement NoContentExceptionSupplier Modifier and Type Class Description class
JaxRS1NoContentExceptionSupplier
Create plain IOException for JaxRS 1.x becauseNoContentException
has been introduced in JaxRS 2.xclass
JaxRS2NoContentExceptionSupplier
This supplier creates fair NoContentException from JaxRS 2.x
-