pathParameters property

Map<String, String> pathParameters
final

Parameters for the matched route, URI-encoded.

The parameters only reflects RouteMatchs that are not ImperativeRouteMatch.

Implementation

final Map<String, String> pathParameters;