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 classDefaultAnnotationHandlerFactoryimplementation.Fields in org.apache.commons.digester3.annotations declared as AnnotationHandlerFactoryModifier and TypeFieldDescriptionprivate AnnotationHandlerFactoryFromAnnotationsRuleModule.annotationHandlerFactoryprivate static final AnnotationHandlerFactoryFromAnnotationsRuleModule.DEFAULT_HANDLER_FACTORYMethods in org.apache.commons.digester3.annotations with parameters of type AnnotationHandlerFactoryModifier and TypeMethodDescriptionprotected final voidFromAnnotationsRuleModule.useAnnotationHandlerFactory(AnnotationHandlerFactory annotationHandlerFactory) Allows users plug a differentAnnotationHandlerFactoryto createAnnotationHandlerinstances.