Uses of Package
org.apache.commons.digester.annotations
Packages that use org.apache.commons.digester.annotations
Package
Description
The
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.The
handlers
package contains
DigesterLoaderHandler
implementations.This package contains internal use only classes, users can ignore it.
This package contains
AnnotationRuleProvider
implementations.Classes contained in this package are annotations that reflect Digester rules.
Contains annotations package SPI definition.
-
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotationsClassDescriptionAn object capable of providing instances of
Rule
.This class manages the creation of Digester instances analyzing target classes annotated with digester annotations.DigesterLoader
builder implementation. -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.handlersClassDescriptionA
DigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method. -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.internalClassDescriptionAn object capable of providing instances of
Rule
.ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.The exception thrown when an error occurs while analyzing targets and building rule sets. -
-
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.rulesClassDescriptionMarks a Digester rule as a creation rule, that's crucial for the
setNext
rule.Meta-annotation that marks an annotation as part of commons-digester.Meta-annotation that marks an annotation as a list of commons-digester annotations. -
Classes in org.apache.commons.digester.annotations used by org.apache.commons.digester.annotations.spiClassDescriptionAn object capable of providing instances of
Rule
.ADigesterLoaderHandler
intercept aClass
visit performed by theDigesterLoader
and performs theDigesterLoaderHandler.handle(Annotation, AnnotatedElement, FromAnnotationsRuleSet)
method.The exception thrown when an error occurs while analyzing targets and building rule sets.