Class SetPropertiesLoaderHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void handle​(SetProperty annotation, java.lang.reflect.Field 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
    • Constructor Detail

      • SetPropertiesLoaderHandler

        public SetPropertiesLoaderHandler()
    • Method Detail

      • handle

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