Class CallParamHandler
java.lang.Object
org.apache.commons.digester3.annotations.handlers.CallParamHandler
- All Implemented Interfaces:
AnnotationHandler<CallParam, MethodArgument>
public final class CallParamHandler
extends Object
implements AnnotationHandler<CallParam, MethodArgument>
CallParam handler.- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(CallParam annotation, MethodArgument element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.
-
Constructor Details
-
CallParamHandler
public CallParamHandler()
-
-
Method Details
-
handle
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<CallParam, MethodArgument>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-