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
Author:
James Kleeh
  • Method Summary

    Modifier and Type
    Method
    Description
    getData(UriRouteInfo<?,?> routeInfo)
     
  • Method Details

    • getData

      T getData(UriRouteInfo<?,?> routeInfo)
      Parameters:
      routeInfo - The route info
      Returns:
      Route data