Class ReleaseJsonProcessingExceptionMapper

java.lang.Object
com.xebialabs.deployit.plumbing.ReleaseJsonProcessingExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<tools.jackson.core.JacksonException>

@Provider @Component public class ReleaseJsonProcessingExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<tools.jackson.core.JacksonException>
  • Constructor Details

    • ReleaseJsonProcessingExceptionMapper

      public ReleaseJsonProcessingExceptionMapper(IOExceptionMapper ioExceptionMapper)
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(tools.jackson.core.JacksonException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<tools.jackson.core.JacksonException>