Package io.micronaut.web.router
Interface MethodBasedRoute
- All Superinterfaces:
Route
- All Known Subinterfaces:
ErrorRoute
,StatusRoute
Represents a
Route
that is backed by a method.- Since:
- 1.0
- Author:
- James Kleeh
-
Field Summary
Fields inherited from interface io.micronaut.web.router.Route
DEFAULT_PRODUCES
-
Method Summary
Methods inherited from interface io.micronaut.web.router.Route
body, body, consumes, consumesAll, getConsumes, getProduces, nest, produces, where
-
Method Details
-
getTargetMethod
MethodExecutionHandle getTargetMethod()- Returns:
- The
MethodExecutionHandle
-