Uses of Interface
org.apache.commons.digester3.annotations.AnnotationHandler
-
Packages that use AnnotationHandler Package Description org.apache.commons.digester3.annotations Theannotationspackage provides for Java5 Annotations meta data-based definition of rules forDigester.org.apache.commons.digester3.annotations.handlers Thehandlerspackage containsAnnotationHandlerimplementations. -
-
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.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 relatedAnnotationHandlerand 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 classBeanPropertySetterHandlerBeanPropertySetterhandler.classCallMethodHandlerCallMethodhandler.classCallParamHandlerCallParamhandler.classFactoryCreateHandlerFactoryCreatehandler.classObjectCreateHandlerObjectCreateHandlerhandler.classPathCallParamHandlerPathCallParamhandler.classSetNextHandlerSetNexthandler.classSetPropertiesHandlerSetPropertyhandler.classSetRootHandlerSetRoothandler.classSetTopHandlerSetTophandler.
-