Class SetRootHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      SetRootHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doBind​(java.lang.String pattern, java.lang.String namespaceURI, java.lang.reflect.Method method, java.lang.Class<?> type, boolean fireOnBegin, RulesBinder rulesBinder)
      void handle​(A annotation, java.lang.reflect.Method element, RulesBinder rulesBinder)
      Handles the current visited element with the related current annotation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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:
        handle in interface AnnotationHandler<A extends java.lang.annotation.Annotation,​java.lang.reflect.Method>
        Parameters:
        annotation - the current visited annotation.
        element - the current visited annotated element.
        rulesBinder - the annotations RulesBinder where rules have to be bound.