public final class DefaultDigesterLoaderHandlerFactory extends Object implements DigesterLoaderHandlerFactory
DigesterLoaderHandlerFactory implementation.| Constructor and Description |
|---|
DefaultDigesterLoaderHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
newInstance(Class<L> type)
Return an instance of the specified type.
|
public <L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> L newInstance(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.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.