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 and Description |
---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
DefaultDigesterLoaderHandlerFactory.newInstance(Class<L> type)
Return an instance of the specified type.
|
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>> |
DefaultAnnotationRuleProviderFactory.newInstance(Class<T> type)
Return an
AnnotationRuleProvider instance of the specified type. |
Modifier and Type | Method and Description |
---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
DigesterLoaderHandlerFactory.newInstance(Class<L> type)
Return an instance of the specified type.
|
<T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>> |
AnnotationRuleProviderFactory.newInstance(Class<T> type)
Return an
AnnotationRuleProvider instance of the specified type. |
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.