public final class FromAnnotationRuleProviderFactory
extends java.lang.Object
DigesterLoader
builder implementation.Modifier and Type | Field and Description |
---|---|
private AnnotationRuleProviderFactory |
annotationRuleProviderFactory
The
AnnotationRuleProviderFactory selected in the previous
chained builder. |
Modifier | Constructor and Description |
---|---|
protected |
FromAnnotationRuleProviderFactory(AnnotationRuleProviderFactory annotationRuleProviderFactory)
DigesterLoader builder implementation. |
Modifier and Type | Method and Description |
---|---|
DigesterLoader |
useDefaultDigesterLoaderHandlerFactory()
Builds a new
DigesterLoader using the default
DigesterLoaderHandlerFactory implementation. |
DigesterLoader |
useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
Builds a new
DigesterLoader using the user defined
DigesterLoaderHandlerFactory implementation. |
private final AnnotationRuleProviderFactory annotationRuleProviderFactory
AnnotationRuleProviderFactory
selected in the previous
chained builder.protected FromAnnotationRuleProviderFactory(AnnotationRuleProviderFactory annotationRuleProviderFactory)
DigesterLoader
builder implementation.annotationRuleProviderFactory
- the
AnnotationRuleProviderFactory
selected in the previous
chained builder.public DigesterLoader useDefaultDigesterLoaderHandlerFactory()
DigesterLoader
using the default
DigesterLoaderHandlerFactory
implementation.DigesterLoader
.public DigesterLoader useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
DigesterLoader
using the user defined
DigesterLoaderHandlerFactory
implementation.digesterLoaderHandlerFactory
- DigesterLoader
.