Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandlerFactory
-
Packages that use AnnotationHandlerFactory Package Description org.apache.commons.digester3.annotations Theannotations
package provides for Java5 Annotations meta data-based definition of rules forDigester
. -
-
Uses of AnnotationHandlerFactory in org.apache.commons.digester3.annotations
Classes in org.apache.commons.digester3.annotations that implement AnnotationHandlerFactory Modifier and Type Class Description (package private) class
DefaultAnnotationHandlerFactory
DefaultAnnotationHandlerFactory
implementation.Fields in org.apache.commons.digester3.annotations declared as AnnotationHandlerFactory Modifier and Type Field Description private AnnotationHandlerFactory
FromAnnotationsRuleModule. annotationHandlerFactory
private static AnnotationHandlerFactory
FromAnnotationsRuleModule. DEFAULT_HANDLER_FACTORY
Methods in org.apache.commons.digester3.annotations with parameters of type AnnotationHandlerFactory Modifier and Type Method Description protected void
FromAnnotationsRuleModule. useAnnotationHandlerFactory(AnnotationHandlerFactory annotationHandlerFactory)
Allows users plug a differentAnnotationHandlerFactory
to createAnnotationHandler
instances.
-