| Package | Description |
|---|---|
| org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
| org.apache.commons.digester.annotations.providers |
This package contains
AnnotationRuleProvider
implementations. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SetPropertiesLoaderHandler.handle(SetProperty annotation,
java.lang.reflect.Field element,
FromAnnotationsRuleSet ruleSet) |
Handles the current visited element with the related current annotation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
SetPropertiesRuleProvider.addAlias(SetProperty annotation,
java.lang.reflect.Field element) |
Adds a new alias attribute/property name; if the attribute name is not
specified, the alias will be considered as property name identity.
|
void |
SetPropertiesRuleProvider.init(SetProperty annotation,
java.lang.reflect.Field element) |
Initializes the provider.
|