Class SetRootHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.SetRootHandler
-
- All Implemented Interfaces:
AnnotationHandler<SetRoot,java.lang.reflect.Method>
public final class SetRootHandler extends java.lang.Object
SetRoothandler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description SetRootHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoBind(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)voidhandle(A annotation, java.lang.reflect.Method element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
SetRootHandler
public SetRootHandler()
-
-
Method Detail
-
doBind
protected void doBind(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
-
handle
public void handle(A annotation, java.lang.reflect.Method element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<A extends java.lang.annotation.Annotation,java.lang.reflect.Method>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-
-