public interface DigesterLoaderHandlerFactory
DigesterLoaderHandler.| Modifier and Type | Method and Description |
|---|---|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> |
newInstance(Class<L> type)
Return an instance of the specified type.
|
<L extends DigesterLoaderHandler<? extends Annotation,? extends AnnotatedElement>> L newInstance(Class<L> type) throws DigesterLoadingException
L - type - 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.