Class NessieJaxRsJsonMappingExceptionMapper
- java.lang.Object
-
- org.projectnessie.services.restjakarta.BaseExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>
-
- org.projectnessie.services.restjakarta.NessieJaxRsJsonMappingExceptionMapper
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>
@Provider public class NessieJaxRsJsonMappingExceptionMapper extends BaseExceptionMapper<com.fasterxml.jackson.databind.JsonMappingException>
"Special" implementation for exceptions that extendJsonMappingExceptionthat is needed when using Jackson-JaxRs, as those do not "go through"NessieExceptionMapper, because Jackson-JaxRs provides its own mapper forJsonMappingException.
-
-
Constructor Summary
Constructors Constructor Description NessieJaxRsJsonMappingExceptionMapper()NessieJaxRsJsonMappingExceptionMapper(org.projectnessie.services.config.ServerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.ResponsetoResponse(com.fasterxml.jackson.databind.JsonMappingException exception)-
Methods inherited from class org.projectnessie.services.restjakarta.BaseExceptionMapper
buildBadRequestResponse, buildExceptionResponse, buildExceptionResponse
-
-