| 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.
|
| org.apache.commons.digester.annotations.providers |
This package contains
AnnotationRuleProvider
implementations. |
| org.apache.commons.digester.annotations.rules |
Classes contained in this package are annotations that reflect Digester rules.
|
| org.apache.commons.digester.annotations.spi |
Contains annotations package SPI definition.
|
| Class and Description |
|---|
| AnnotationRuleProvider
An object capable of providing instances of
Rule. |
| DigesterLoader
This class manages the creation of Digester instances analyzing target classes
annotated with digester annotations.
|
FromAnnotationRuleProviderFactory
DigesterLoader builder implementation. |
| FromAnnotationsRuleSet |
| Class and Description |
|---|
| DigesterLoaderHandler
A
DigesterLoaderHandler intercept a Class visit performed by
the DigesterLoader and performs the
DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method. |
| FromAnnotationsRuleSet |
| Class and Description |
|---|
| AnnotationRuleProvider
An object capable of providing instances of
Rule. |
| DigesterLoaderHandler
A
DigesterLoaderHandler intercept a Class visit performed by
the DigesterLoader and performs the
DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method. |
| DigesterLoadingException
The exception thrown when an error occurs while analyzing targets and
building rule sets.
|
| FromAnnotationsRuleSet |
| Class and Description |
|---|
| AnnotationRuleProvider
An object capable of providing instances of
Rule. |
| Class and Description |
|---|
| CreationRule
Marks a Digester rule as a creation rule, that's crucial for the
setNext rule. |
| DigesterRule
Meta-annotation that marks an annotation as part of commons-digester.
|
| DigesterRuleList
Meta-annotation that marks an annotation as a list of commons-digester
annotations.
|
| Class and Description |
|---|
| AnnotationRuleProvider
An object capable of providing instances of
Rule. |
| DigesterLoaderHandler
A
DigesterLoaderHandler intercept a Class visit performed by
the DigesterLoader and performs the
DigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method. |
| DigesterLoadingException
The exception thrown when an error occurs while analyzing targets and
building rule sets.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.