public interface NotFoundExceptionMiddleware extends Middleware
NotFoundException to a response with a null body value| Modifier and Type | Method and Description |
|---|---|
static NotFoundExceptionMiddleware |
of() |
static NotFoundExceptionMiddleware |
of(Predicate<ApiHttpRequest> requestPredicate) |
static NotFoundExceptionMiddleware |
of(Set<ApiHttpMethod> methods) |
invokestatic NotFoundExceptionMiddleware of()
static NotFoundExceptionMiddleware of(Set<ApiHttpMethod> methods)
static NotFoundExceptionMiddleware of(Predicate<ApiHttpRequest> requestPredicate)