public class RouteValidationVisitor extends Object implements TypeElementVisitor<Object,HttpMethodMapping>
HttpMethodMapping and validates the
 parameters are consistent with the URI.HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE| Constructor and Description | 
|---|
RouteValidationVisitor()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
start(VisitorContext visitorContext)
Called once when visitor processing starts. 
 | 
void | 
visitMethod(MethodElement element,
           VisitorContext context)
Executed when a method is encountered that matches the  
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfinish, visitClass, visitConstructor, visitFieldpublic void visitMethod(MethodElement element, VisitorContext context)
TypeElementVisitorvisitMethod in interface TypeElementVisitor<Object,HttpMethodMapping>element - The elementcontext - The visitor contextpublic void start(VisitorContext visitorContext)
TypeElementVisitorstart in interface TypeElementVisitor<Object,HttpMethodMapping>visitorContext - The visitor context