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) class
AbstractMethodHandler<A extends Annotation>
final class
BeanPropertySetter
handler.class
CallMethod
handler.final class
CallParam
handler.final class
FactoryCreate
handler.final class
ObjectCreateHandler
handler.final class
PathCallParam
handler.final class
SetNext
handler.final class
SetProperty
handler.final class
SetRoot
handler.final class
SetTop
handler.