Class BuiltinMismatchedInputExceptionMapper

java.lang.Object
io.quarkus.resteasy.reactive.jackson.runtime.mappers.BuiltinMismatchedInputExceptionMapper
All Implemented Interfaces:
jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.exc.MismatchedInputException>

public class BuiltinMismatchedInputExceptionMapper extends Object implements jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.exc.MismatchedInputException>
  • Constructor Details

    • BuiltinMismatchedInputExceptionMapper

      public BuiltinMismatchedInputExceptionMapper()
  • Method Details

    • toResponse

      public jakarta.ws.rs.core.Response toResponse(com.fasterxml.jackson.databind.exc.MismatchedInputException exception)
      Specified by:
      toResponse in interface jakarta.ws.rs.ext.ExceptionMapper<com.fasterxml.jackson.databind.exc.MismatchedInputException>