Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandler
Packages that use AnnotationHandler
Package
Description
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.The
handlers package contains
AnnotationHandler
implementations.-
Uses of AnnotationHandler in org.apache.commons.digester3.annotations
Methods in org.apache.commons.digester3.annotations with type parameters of type AnnotationHandlerModifier and TypeMethodDescription<H extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>>
HAnnotationHandlerFactory.newInstance(Class<H> type) Return an instance of the specified type.<L extends AnnotationHandler<? extends Annotation, ? extends AnnotatedElement>>
LDefaultAnnotationHandlerFactory.newInstance(Class<L> type) Return an instance of the specified type. -
Uses of AnnotationHandler in org.apache.commons.digester3.annotations.handlers
Classes in org.apache.commons.digester3.annotations.handlers that implement AnnotationHandlerModifier and TypeClassDescription(package private) classAbstractMethodHandler<A extends Annotation>final classBeanPropertySetterhandler.classCallMethodhandler.final classCallParamhandler.final classFactoryCreatehandler.final classObjectCreateHandlerhandler.final classPathCallParamhandler.final classSetNexthandler.final classSetPropertyhandler.final classSetRoothandler.final classSetTophandler.