Class ExceptionMappersSupplier.Entry

    • Constructor Detail

      • Entry

        public Entry​(String exceptionClassName,
                     String mapperClassName,
                     Integer priority)
    • Method Detail

      • getExceptionClassName

        public String getExceptionClassName()
      • getMapperClassName

        public String getMapperClassName()
      • getPriority

        public Integer getPriority()