| Package | Description |
|---|---|
| org.apache.commons.digester.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester. |
| org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
| org.apache.commons.digester.annotations.internal |
This package contains internal use only classes, users can ignore it.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
FromAnnotationsRuleSet.addRulesProviderFrom(FromAnnotationsRuleSet ruleSet) |
Add created
AnnotationRuleProviders created in another analysis
session. |
void |
DigesterLoader.addRulesTo(java.lang.Class<?> target,
FromAnnotationsRuleSet ruleSet) |
Analyzes the target class and adds the
AnnotationRuleProviders to
the existing FromAnnotationsRuleSet. |
void |
DigesterLoaderHandler.handle(A annotation,
E element,
FromAnnotationsRuleSet ruleSet) |
Handles the current visited element with the related current annotation.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
MethodHandler.handle(java.lang.annotation.Annotation annotation,
java.lang.reflect.Method element,
FromAnnotationsRuleSet ruleSet) |
Handles the current visited element with the related current annotation.
|
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 |
|---|---|---|
FromAnnotationsRuleSet |
RuleSetCache.get(java.lang.Class<?> key) |
Returns the value to which the specified key is cached, or null if this
cache contains no mapping for the key.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
RuleSetCache.put(java.lang.Class<?> key,
FromAnnotationsRuleSet value) |
Associates the specified value with the specified key in this cache.
|