public final class DefaultDigesterLoaderHandlerFactory extends java.lang.Object implements DigesterLoaderHandlerFactory
DigesterLoaderHandlerFactory implementation.| Constructor and Description |
|---|
DefaultDigesterLoaderHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<L extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> |
newInstance(java.lang.Class<L> type)
Return an instance of the specified type.
|
public <L extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> L newInstance(java.lang.Class<L> type) throws DigesterLoadingException
newInstance in interface DigesterLoaderHandlerFactorytype - the class of the object to be returned.DigesterLoadingException - if any error occurs while creating the
type instance.