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