See: Description
| Interface | Description | 
|---|---|
| ErrorRoute | Represents a  Routethat matches an exception. | 
| FilterRoute | A filter route is a route that matches an  HttpFilter. | 
| MethodBasedRoute | Represents a  Routethat is backed by a method. | 
| MethodBasedRouteMatch<T,R> | Match a route based on a method. | 
| ResourceRoute | A resource route is a composite route to a REST endpoint. | 
| Route | Represents a Route definition constructed by a  RouteBuilder. | 
| RouteBuilder | An interface for classes capable of building HTTP routing information. | 
| RouteBuilder.UriNamingStrategy | A URI naming strategy is used to dictate the default name to use when building a URI for a class. | 
| RouteInfo<R> | Common information shared between route and route match. | 
| RouteMatch<R> | A  Routethat is executable. | 
| Router | Core Router interface that allows discovery of a route given an HTTP method and URI. | 
| StatusRoute | Represents a  Routethat matches a status. | 
| UnresolvedArgument<T> | Represents an unresolved argument to a  Route. | 
| UriRoute | Represents a  Routethat matches aURI. | 
| UriRouteMatch<T,R> | A  RouteMatchthat matches a URI andHttpMethod. | 
| Class | Description | 
|---|---|
| AnnotatedFilterRouteBuilder | An  ExecutableMethodProcessorfor theFilterannotation. | 
| AnnotatedMethodRouteBuilder | Responsible for building  Routeinstances for the annotations found in theio.micronaut.http.annotationpackage. | 
| BasicObjectRouteMatch | A route match designed to return an existing object. | 
| DefaultRouteBuilder | A DefaultRouteBuilder implementation for building roots. | 
| DefaultRouter | The default  Routerimplementation. | 
| NullArgument | Represents an argument with a null value. | 
| RouteMatchUtils |