public class ClientTypesRule extends Object implements RouteValidationRule
Constructor and Description |
---|
ClientTypesRule() |
Modifier and Type | Method and Description |
---|---|
RouteValidationResult |
validate(List<UriMatchTemplate> templates,
ParameterElement[] parameters,
MethodElement method)
Validate the given uri templates and route arguments.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
validate
public RouteValidationResult validate(List<UriMatchTemplate> templates, ParameterElement[] parameters, MethodElement method)
RouteValidationRule
validate
in interface RouteValidationRule
templates
- The URI match templatesparameters
- The route parametersmethod
- The route methodRouteValidationResult