DefaultDigesterLoaderHandlerFactorypublic interface DigesterLoaderHandlerFactory
DigesterLoaderHandler.| Modifier and Type | Method | 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.
|
<L extends DigesterLoaderHandler<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement>> L newInstance(java.lang.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.