@Internal public interface RouteValidationRule
| Modifier and Type | Method and Description |
|---|---|
default RouteValidationResult |
validate(InternalUriMatchTemplate template,
ParameterElement[] parameters,
MethodElement method)
Validate the given uri template and route arguments.
|
RouteValidationResult |
validate(java.util.List<InternalUriMatchTemplate> templates,
ParameterElement[] parameters,
MethodElement method)
Validate the given uri templates and route arguments.
|
default RouteValidationResult validate(InternalUriMatchTemplate template, ParameterElement[] parameters, MethodElement method)
template - The URI match templatesparameters - The route parametersmethod - The route methodRouteValidationResultRouteValidationResult validate(java.util.List<InternalUriMatchTemplate> templates, ParameterElement[] parameters, MethodElement method)
templates - The URI match templatesparameters - The route parametersmethod - The route methodRouteValidationResult