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 NoContentExceptionSupplierProviderBase. noContentExceptionSupplierMethods in com.fasterxml.jackson.jaxrs.base that return NoContentExceptionSupplier Modifier and Type Method Description private static NoContentExceptionSupplierProviderBase. _createNoContentExceptionSupplier()Since classjavax.ws.rs.core.NoContentExceptiononly 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 classJaxRS1NoContentExceptionSupplierCreate plain IOException for JaxRS 1.x becauseNoContentExceptionhas been introduced in JaxRS 2.xclassJaxRS2NoContentExceptionSupplierThis supplier creates fair NoContentException from JaxRS 2.x
-