| Package | Description |
|---|---|
| org.apache.commons.digester.annotations.handlers |
The
handlers package contains
DigesterLoaderHandler
implementations. |
| org.apache.commons.digester.annotations.internal |
This package contains internal use only classes, users can ignore it.
|
| org.apache.commons.digester.annotations.spi |
Contains annotations package SPI definition.
|
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
DefaultLoaderHandler |
The DefaultLoaderHandler marks rules that have to be processed by the built-in
Digester annotation rules engine.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
MethodHandler |
Handler that takes care to create the
SetNextRuleProvider
and
SetRootRuleProvider. |
class |
SetPropertiesLoaderHandler |
Handler that takes care to create the
SetPropertiesRuleProvider. |
| Modifier and Type | Method | Description |
|---|---|---|
<L extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> |
DefaultDigesterLoaderHandlerFactory.newInstance(java.lang.Class<L> type) |
Return an instance of the specified type.
|
| Modifier and Type | Method | Description |
|---|---|---|
<L extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> |
DigesterLoaderHandlerFactory.newInstance(java.lang.Class<L> type) |
Return an instance of the specified type.
|