Class ProblemHttpErrorMapper

java.lang.Object
dev.rafex.ether.http.problem.mapper.ProblemHttpErrorMapper
All Implemented Interfaces:
dev.rafex.ether.http.core.ErrorMapper

public final class ProblemHttpErrorMapper extends Object implements dev.rafex.ether.http.core.ErrorMapper
  • Constructor Details

    • ProblemHttpErrorMapper

      public ProblemHttpErrorMapper()
    • ProblemHttpErrorMapper

      public ProblemHttpErrorMapper(dev.rafex.ether.http.core.ErrorMapper fallback)
  • Method Details

    • map

      public dev.rafex.ether.http.core.HttpError map(Throwable error)
      Specified by:
      map in interface dev.rafex.ether.http.core.ErrorMapper