Package 

Interface ErrorMapper

    • Method Summary

      Modifier and Type Method Description
      abstract <RQ extends UseCaseRequest> ErrorResponse mapToError(ConstraintViolation<RQ> $self)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mapToError

         abstract <RQ extends UseCaseRequest> ErrorResponse mapToError(ConstraintViolation<RQ> $self)