Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandlerFactory
Packages that use AnnotationHandlerFactory
Package
Description
The
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.-
Uses of AnnotationHandlerFactory in org.apache.commons.digester3.annotations
Classes in org.apache.commons.digester3.annotations that implement AnnotationHandlerFactoryModifier and TypeClassDescription(package private) final class
DefaultAnnotationHandlerFactory
implementation.Fields in org.apache.commons.digester3.annotations declared as AnnotationHandlerFactoryModifier and TypeFieldDescriptionprivate AnnotationHandlerFactory
FromAnnotationsRuleModule.annotationHandlerFactory
private static final AnnotationHandlerFactory
FromAnnotationsRuleModule.DEFAULT_HANDLER_FACTORY
Methods in org.apache.commons.digester3.annotations with parameters of type AnnotationHandlerFactoryModifier and TypeMethodDescriptionprotected final void
FromAnnotationsRuleModule.useAnnotationHandlerFactory
(AnnotationHandlerFactory annotationHandlerFactory) Allows users plug a differentAnnotationHandlerFactory
to createAnnotationHandler
instances.