Package | Description |
---|---|
org.apache.commons.digester.annotations |
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester . |
Modifier and Type | Method and Description |
---|---|
static DigesterLoader |
DigesterLoaderBuilder.byDefaultFactories()
Builds a new
DigesterLoader using the default SPI
implementations. |
DigesterLoader |
FromAnnotationRuleProviderFactory.useDefaultDigesterLoaderHandlerFactory()
Builds a new
DigesterLoader using the default
DigesterLoaderHandlerFactory implementation. |
DigesterLoader |
FromAnnotationRuleProviderFactory.useDigesterLoaderHandlerFactory(DigesterLoaderHandlerFactory digesterLoaderHandlerFactory)
Builds a new
DigesterLoader using the user defined
DigesterLoaderHandlerFactory implementation. |
Constructor and Description |
---|
FromAnnotationsRuleSet(DigesterLoader digesterLoader)
Created a new
FromAnnotationsRuleSet instance. |
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.