DefaultAnnotationRuleProviderFactorypublic interface AnnotationRuleProviderFactory
AnnotationRuleProvider.| Modifier and Type | Method | Description |
|---|---|---|
<T extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> |
newInstance(java.lang.Class<T> type) |
Return an
AnnotationRuleProvider instance of the specified type. |
<T extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>> T newInstance(java.lang.Class<T> type) throws DigesterLoadingException
AnnotationRuleProvider instance of the specified type.T - the AnnotationRuleProvider type.type - the class of the object to be returned.DigesterLoadingException - if any error occurs while creating the
type instance.