Class PathCallParamHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.PathCallParamHandler
-
- All Implemented Interfaces:
AnnotationHandler<PathCallParam,MethodArgument>
public final class PathCallParamHandler extends java.lang.Object implements AnnotationHandler<PathCallParam,MethodArgument>
PathCallParamhandler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description PathCallParamHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(PathCallParam annotation, MethodArgument element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
PathCallParamHandler
public PathCallParamHandler()
-
-
Method Detail
-
handle
public void handle(PathCallParam annotation, MethodArgument element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<PathCallParam,MethodArgument>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-
-