Interface CheckedExceptionApiConverter<DOMAIN extends io.foodtechlab.exception.converter.domain.CheckedDomainException,​DATA>

    • Method Detail

      • getDomain

        String getDomain()
      • getReason

        String getReason()
      • readResponse

        DOMAIN readResponse​(DATA response)
      • writeResponse

        DATA writeResponse​(DOMAIN exception)
        Может вернуть null
      • getDomainExceptionType

        Class<DOMAIN> getDomainExceptionType()