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 the
SetNextRuleProvider
and
SetRootRuleProvider.- Since:
- 2.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(Annotation annotation, Method element, FromAnnotationsRuleSet ruleSet) Handles the current visited element with the related current annotation.
-
Constructor Details
-
MethodHandler
public MethodHandler()
-
-
Method Details
-
handle
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceDigesterLoaderHandler<Annotation, Method>- Parameters:
annotation- the current visited annotation.element- the current visited element.ruleSet- the annotationsRuleSetwhere providers have to be added.
-