Class ProblemResponseExceptionMapper

java.lang.Object
io.github.belgif.rest.problem.ee.jaxrs.client.ProblemResponseExceptionMapper
All Implemented Interfaces:
org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<Problem>

public class ProblemResponseExceptionMapper extends Object implements org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper<Problem>
Client-side problem mapper for MicroProfile REST Client.
See Also:
  • Field Summary

    Fields inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    toThrowable(javax.ws.rs.core.Response response)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.microprofile.rest.client.ext.ResponseExceptionMapper

    getPriority, handles, toThrowable
  • Constructor Details

    • ProblemResponseExceptionMapper

      public ProblemResponseExceptionMapper()
  • Method Details

    • toThrowable

      public Problem toThrowable(javax.ws.rs.core.Response response)