Class SetNextHandler

java.lang.Object
org.apache.commons.digester3.annotations.handlers.SetNextHandler
All Implemented Interfaces:
AnnotationHandler<SetNext,Method>

public final class SetNextHandler extends Object
SetNext handler.
Since:
3.0
  • Constructor Details

  • Method Details

    • doBind

      protected void doBind(String pattern, String namespaceURI, Method method, Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
    • handle

      public void handle(SetNext annotation, Method element, RulesBinder rulesBinder)
      Handles the current visited element with the related current annotation.
      Specified by:
      handle in interface AnnotationHandler<A extends Annotation, Method>
      Parameters:
      annotation - the current visited annotation.
      element - the current visited annotated element.
      rulesBinder - the annotations RulesBinder where rules have to be bound.