Package com.fasterxml.jackson.jaxrs.base
Interface NoContentExceptionSupplier
-
- All Known Implementing Classes:
JaxRS1NoContentExceptionSupplier
,JaxRS2NoContentExceptionSupplier
public interface NoContentExceptionSupplier
Implementors of this class contains strategies for NoContentException creation
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NO_CONTENT_MESSAGE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.IOException
createNoContentException()
-
-
-
Field Detail
-
NO_CONTENT_MESSAGE
static final java.lang.String NO_CONTENT_MESSAGE
- See Also:
- Constant Field Values
-
-