Interface RouteData<T>
-
- Type Parameters:
T- The type
- All Known Implementing Classes:
DefaultRouteData
public interface RouteData<T>Returns data for a given route to be used for the
RoutesEndpoint.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetData(io.micronaut.web.router.UriRoute route)
-
-
-
Method Detail
-
getData
T getData(io.micronaut.web.router.UriRoute route)
- Parameters:
route- The route- Returns:
- Route data
-
-