Class MethodHandler
- java.lang.Object
-
- org.apache.commons.digester.annotations.handlers.MethodHandler
-
- All Implemented Interfaces:
DigesterLoaderHandler<java.lang.annotation.Annotation,java.lang.reflect.Method>
public final class MethodHandler extends java.lang.Object implements DigesterLoaderHandler<java.lang.annotation.Annotation,java.lang.reflect.Method>
Handler that takes care to create theSetNextRuleProviderandSetRootRuleProvider.- Since:
- 2.1
-
-
Constructor Summary
Constructors Constructor Description MethodHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(java.lang.annotation.Annotation annotation, java.lang.reflect.Method element, FromAnnotationsRuleSet ruleSet)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
MethodHandler
public MethodHandler()
-
-
Method Detail
-
handle
public void handle(java.lang.annotation.Annotation annotation, java.lang.reflect.Method element, FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceDigesterLoaderHandler<java.lang.annotation.Annotation,java.lang.reflect.Method>- Parameters:
annotation- the current visited annotation.element- the current visited element.ruleSet- the annotationsRuleSetwhere providers have to be added.
-
-