| Package | Description |
|---|---|
| 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 | Method | Description |
|---|---|---|
<T extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> |
DefaultAnnotationRuleProviderFactory.newInstance(java.lang.Class<T> type) |
Return an
AnnotationRuleProvider instance of the specified type. |
<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 |
|---|---|---|
<T extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> |
AnnotationRuleProviderFactory.newInstance(java.lang.Class<T> type) |
Return an
AnnotationRuleProvider instance of the specified type. |
<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.
|