Class MethodHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      MethodHandler()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(java.lang.annotation.Annotation annotation, java.lang.reflect.Method element, FromAnnotationsRuleSet ruleSet)
      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

      • handle

        public void handle​(java.lang.annotation.Annotation annotation,
                           java.lang.reflect.Method element,
                           FromAnnotationsRuleSet ruleSet)
        Handles the current visited element with the related current annotation.
        Specified by:
        handle in interface DigesterLoaderHandler<java.lang.annotation.Annotation,​java.lang.reflect.Method>
        Parameters:
        annotation - the current visited annotation.
        element - the current visited element.
        ruleSet - the annotations RuleSet where providers have to be added.