Package | Description |
---|---|
org.apache.commons.digester3.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
org.apache.commons.digester3.annotations.handlers |
The
handlers package contains
AnnotationHandler
implementations. |
Modifier and Type | Method and Description |
---|---|
<H extends AnnotationHandler<? extends Annotation,? extends AnnotatedElement>> |
AnnotationHandlerFactory.newInstance(Class<H> type)
Return an instance of the specified type.
|
Modifier and Type | Class and Description |
---|---|
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. |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.