Uses of Interface
org.apache.commons.digester.annotations.AnnotationRuleProvider
-
Packages that use AnnotationRuleProvider Package Description org.apache.commons.digester.annotations Theannotations
package provides for Java5 Annotations meta data-based definition of rules forDigester
.org.apache.commons.digester.annotations.internal This package contains internal use only classes, users can ignore it.org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProvider
implementations.org.apache.commons.digester.annotations.spi 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 AnnotationRuleProvider Modifier and Type Method Description <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 that return types with arguments of type AnnotationRuleProvider Modifier and Type Method Description Class<? extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
providedBy()
Define theAnnotationRuleProvider
that builds theRule
related to the digester rule.Methods in org.apache.commons.digester.annotations with parameters of type AnnotationRuleProvider Modifier and Type Method Description void
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 AnnotationRuleProvider Modifier and Type Method Description <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 AnnotationRuleProvider Modifier and Type Class Description class
AttributeCallParamRuleProvider
Provides instances ofCallParamRule
.class
BeanPropertySetterRuleProvider
Provides instances ofBeanPropertySetterRule
.class
CallMethodRuleProvider
Provides instances ofCallMethodRule
class
CallParamRuleProvider
Provides instances ofCallParamRule
.class
FactoryCreateRuleProvider
Provides instances ofFactoryCreateRule
.class
ObjectCreateRuleProvider
Provides instances ofObjectCreateRule
.class
PathCallParamRuleProvider
Provides instances ofPathCallParamRule
.class
SetNextRuleProvider
Provides instances ofSetNextRule
.class
SetPropertiesRuleProvider
Provides instances ofSetPropertiesRule
.class
SetRootRuleProvider
Provides instances ofSetRootRule
.class
SetTopRuleProvider
Provides instances ofSetTopRule
.class
StackCallParamRuleProvider
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 AnnotationRuleProvider Modifier and Type Method Description <T extends AnnotationRuleProvider<? extends Annotation,? extends AnnotatedElement,? extends Rule>>
TAnnotationRuleProviderFactory. newInstance(Class<T> type)
Return anAnnotationRuleProvider
instance of the specified type.
-