Package io.micronaut.web.router
Interface MethodBasedRoute
-
- All Superinterfaces:
Route
- All Known Subinterfaces:
ErrorRoute,StatusRoute
public interface MethodBasedRoute extends Route
Represents aRoutethat is backed by a method.- Since:
- 1.0
-
-
Field Summary
-
Fields inherited from interface io.micronaut.web.router.Route
DEFAULT_PRODUCES
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.micronaut.inject.MethodExecutionHandlegetTargetMethod()-
Methods inherited from interface io.micronaut.web.router.Route
body, body, consumes, consumesAll, getConsumes, getProduces, nest, produces, where
-
-