Uses of Interface
de.quantummaid.httpmaid.exceptions.HttpExceptionMapper
-
Packages that use HttpExceptionMapper Package Description de.quantummaid.httpmaid.exceptions -
-
Uses of HttpExceptionMapper in de.quantummaid.httpmaid.exceptions
Methods in de.quantummaid.httpmaid.exceptions with parameters of type HttpExceptionMapper Modifier and Type Method Description static ConfiguratorExceptionConfigurators. toMapExceptionsByDefaultUsing(HttpExceptionMapper<Throwable> mapper)static <T extends Throwable>
ConfiguratorExceptionConfigurators. toMapExceptionsOfType(Class<T> type, HttpExceptionMapper<T> mapper)
-