Uses of Interface
org.apache.commons.digester.annotations.AnnotationRuleProvider
Packages that use AnnotationRuleProvider
Package
Description
The
annotations
package provides for Java5 Annotations
meta data-based definition of rules for Digester
.This package contains internal use only classes, users can ignore it.
This package contains
AnnotationRuleProvider
implementations.Contains annotations package SPI definition.
-
Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations
Methods in org.apache.commons.digester.annotations with type parameters of type AnnotationRuleProviderModifier and TypeMethodDescription<A extends Annotation,
E extends AnnotatedElement, R extends Rule, T extends AnnotationRuleProvider<A, E, R>>
voidFromAnnotationsRuleSet.addRuleProvider
(String pattern, Class<T> klass, A annotation, E element) Builds and register anAnnotationRuleProvider
for a specific pattern.<T extends AnnotationRuleProvider<? extends Annotation,
? extends AnnotatedElement, ? extends Rule>>
TFromAnnotationsRuleSet.getProvider
(String pattern, Class<T> providerClass) Retrieves a specific instance of theAnnotationRuleProvider
for the input pattern.Methods in org.apache.commons.digester.annotations with parameters of type AnnotationRuleProviderModifier and TypeMethodDescriptionvoid
FromAnnotationsRuleSet.addRuleProvider
(String pattern, AnnotationRuleProvider<? extends Annotation, ? extends AnnotatedElement, ? extends Rule> ruleProvider) Register anAnnotationRuleProvider
for a specific pattern. -
Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations.internal
Methods in org.apache.commons.digester.annotations.internal with type parameters of type AnnotationRuleProviderModifier and TypeMethodDescription<T extends AnnotationRuleProvider<? extends Annotation,
? extends AnnotatedElement, ? extends Rule>>
TDefaultAnnotationRuleProviderFactory.newInstance
(Class<T> type) Return anAnnotationRuleProvider
instance of the specified type. -
Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations.providers
Classes in org.apache.commons.digester.annotations.providers that implement AnnotationRuleProviderModifier and TypeClassDescriptionfinal class
Provides instances ofCallParamRule
.final class
Provides instances ofBeanPropertySetterRule
.final class
Provides instances ofCallMethodRule
final class
Provides instances ofCallParamRule
.final class
Provides instances ofFactoryCreateRule
.final class
Provides instances ofObjectCreateRule
.final class
Provides instances ofPathCallParamRule
.final class
Provides instances ofSetNextRule
.final class
Provides instances ofSetPropertiesRule
.final class
Provides instances ofSetRootRule
.final class
Provides instances ofSetTopRule
.final class
Provides instances ofCallParamRule
. -
Uses of AnnotationRuleProvider in org.apache.commons.digester.annotations.spi
Methods in org.apache.commons.digester.annotations.spi with type parameters of type AnnotationRuleProviderModifier and TypeMethodDescription<T extends AnnotationRuleProvider<? extends Annotation,
? extends AnnotatedElement, ? extends Rule>>
TAnnotationRuleProviderFactory.newInstance
(Class<T> type) Return anAnnotationRuleProvider
instance of the specified type.