See: Description
Interface | Description |
---|---|
ErrorRoute |
Represents a
Route that matches an exception. |
FilterRoute |
A filter route is a route that matches an
HttpFilter . |
MethodBasedRoute |
Represents a
Route that 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
Route that is executable. |
Router |
Core Router interface that allows discovery of a route given an HTTP method and URI.
|
StatusRoute |
Represents a
Route that matches a status. |
UnresolvedArgument<T> |
Represents an unresolved argument to a
Route . |
UriRoute | |
UriRouteMatch<T,R> |
A
RouteMatch that matches a URI and HttpMethod . |
Class | Description |
---|---|
AnnotatedFilterRouteBuilder |
An
ExecutableMethodProcessor for the Filter annotation. |
AnnotatedMethodRouteBuilder |
Responsible for building
Route instances for the annotations found in the io.micronaut.http.annotation
package. |
BasicObjectRouteMatch |
A route match designed to return an existing object.
|
DefaultRouteBuilder |
A DefaultRouteBuilder implementation for building roots.
|
DefaultRouter |
The default
Router implementation. |
NullArgument |
Represents an argument with a null value.
|
RouteMatchUtils |