Class CallMethodHandler
java.lang.Object
org.apache.commons.digester3.annotations.handlers.CallMethodHandler
- All Implemented Interfaces:
AnnotationHandler<CallMethod,
Method>
CallMethod
handler.- Since:
- 3.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(CallMethod annotation, Method element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.
-
Constructor Details
-
CallMethodHandler
public CallMethodHandler()
-
-
Method Details
-
handle
Handles the current visited element with the related current annotation.- Specified by:
handle
in interfaceAnnotationHandler<CallMethod,
Method> - Parameters:
annotation
- the current visited annotation.element
- the current visited annotated element.rulesBinder
- the annotationsRulesBinder
where rules have to be bound.
-