Uses of Interface
com.fasterxml.jackson.jaxrs.base.NoContentExceptionSupplier
Packages that use NoContentExceptionSupplier
-
Uses of NoContentExceptionSupplier in com.fasterxml.jackson.jaxrs.base
Fields in com.fasterxml.jackson.jaxrs.base declared as NoContentExceptionSupplierModifier and TypeFieldDescriptionprotected final NoContentExceptionSupplier
ProviderBase.noContentExceptionSupplier
Methods in com.fasterxml.jackson.jaxrs.base that return NoContentExceptionSupplierModifier and TypeMethodDescriptionprivate 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 NoContentExceptionSupplierModifier and TypeClassDescriptionclass
Create plain IOException for JaxRS 1.x becauseNoContentException
has been introduced in JaxRS 2.xclass
This supplier creates fair NoContentException from JaxRS 2.x