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