Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandler
-
Packages that use AnnotationHandler Package Description org.apache.commons.digester3.annotations Theannotations
package provides for Java5 Annotations meta data-based definition of rules forDigester
.org.apache.commons.digester3.annotations.handlers Thehandlers
package containsAnnotationHandler
implementations. -
-
Uses of AnnotationHandler in org.apache.commons.digester3.annotations
Methods in org.apache.commons.digester3.annotations with type parameters of type AnnotationHandler Modifier and Type Method Description <H extends AnnotationHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>
HAnnotationHandlerFactory. newInstance(java.lang.Class<H> type)
Return an instance of the specified type.<L extends AnnotationHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>
LDefaultAnnotationHandlerFactory. newInstance(java.lang.Class<L> type)
Return an instance of the specified type.Methods in org.apache.commons.digester3.annotations that return types with arguments of type AnnotationHandler Modifier and Type Method Description java.lang.Class<? extends AnnotationHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>>
handledBy()
The handler that takes care on converting this annotation in the relatedAnnotationHandler
and adds it to theFromAnnotationsRuleModule
-
Uses of AnnotationHandler in org.apache.commons.digester3.annotations.handlers
Classes in org.apache.commons.digester3.annotations.handlers that implement AnnotationHandler Modifier and Type Class Description (package private) class
AbstractMethodHandler<A extends java.lang.annotation.Annotation>
class
BeanPropertySetterHandler
BeanPropertySetter
handler.class
CallMethodHandler
CallMethod
handler.class
CallParamHandler
CallParam
handler.class
FactoryCreateHandler
FactoryCreate
handler.class
ObjectCreateHandler
ObjectCreateHandler
handler.class
PathCallParamHandler
PathCallParam
handler.class
SetNextHandler
SetNext
handler.class
SetPropertiesHandler
SetProperty
handler.class
SetRootHandler
SetRoot
handler.class
SetTopHandler
SetTop
handler.
-