Class SetPropertiesLoaderHandler
- java.lang.Object
-
- org.apache.commons.digester.annotations.handlers.SetPropertiesLoaderHandler
-
- All Implemented Interfaces:
DigesterLoaderHandler<SetProperty,Field>
public final class SetPropertiesLoaderHandler extends Object implements DigesterLoaderHandler<SetProperty,Field>
Handler that takes care to create theSetPropertiesRuleProvider
.- Since:
- 2.1
-
-
Constructor Summary
Constructors Constructor Description SetPropertiesLoaderHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(SetProperty annotation, Field element, FromAnnotationsRuleSet ruleSet)
Handles the current visited element with the related current annotation.
-
-
-
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 interfaceDigesterLoaderHandler<SetProperty,Field>
- Parameters:
annotation
- the current visited annotation.element
- the current visited element.ruleSet
- the annotationsRuleSet
where providers have to be added.
-
-