Class DefaultErrorRouteInfo<T,R>

Type Parameters:
T - The target
R - The result
All Implemented Interfaces:
AnnotationMetadataProvider, AnnotationSource, ErrorRouteInfo<T,R>, MethodBasedRouteInfo<T,R>, RequestMatcher, RouteInfo<R>

@Internal public final class DefaultErrorRouteInfo<T,R> extends DefaultRequestMatcher<T,R> implements ErrorRouteInfo<T,R>
The default error route info implementation.
Since:
4.0.0
Author:
Denis Stepanov