Class SetPropertiesLoaderHandler

    • Constructor Detail

      • SetPropertiesLoaderHandler

        public SetPropertiesLoaderHandler()
    • Method Detail

      • handle

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