Uses of Interface
org.apache.commons.digester.annotations.AnnotationRuleProvider
-
Packages that use AnnotationRuleProvider Package Description org.apache.commons.digester.annotations Theannotationspackage 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 containsAnnotationRuleProviderimplementations.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 java.lang.annotation.Annotation,E extends java.lang.reflect.AnnotatedElement,R extends Rule,T extends AnnotationRuleProvider<A,E,R>>
voidFromAnnotationsRuleSet. addRuleProvider(java.lang.String pattern, java.lang.Class<T> klass, A annotation, E element)Builds and register anAnnotationRuleProviderfor a specific pattern.<T extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>>
TFromAnnotationsRuleSet. getProvider(java.lang.String pattern, java.lang.Class<T> providerClass)Retrieves a specific instance of theAnnotationRuleProviderfor the input pattern.Methods in org.apache.commons.digester.annotations that return types with arguments of type AnnotationRuleProvider Modifier and Type Method Description java.lang.Class<? extends AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>>providedBy()Define theAnnotationRuleProviderthat builds theRulerelated to the digester rule.Methods in org.apache.commons.digester.annotations with parameters of type AnnotationRuleProvider Modifier and Type Method Description voidFromAnnotationsRuleSet. addRuleProvider(java.lang.String pattern, AnnotationRuleProvider<? extends java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule> ruleProvider)Register anAnnotationRuleProviderfor 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 java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>>
TDefaultAnnotationRuleProviderFactory. newInstance(java.lang.Class<T> type)Return anAnnotationRuleProviderinstance 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 classAttributeCallParamRuleProviderProvides instances ofCallParamRule.classBeanPropertySetterRuleProviderProvides instances ofBeanPropertySetterRule.classCallMethodRuleProviderProvides instances ofCallMethodRuleclassCallParamRuleProviderProvides instances ofCallParamRule.classFactoryCreateRuleProviderProvides instances ofFactoryCreateRule.classObjectCreateRuleProviderProvides instances ofObjectCreateRule.classPathCallParamRuleProviderProvides instances ofPathCallParamRule.classSetNextRuleProviderProvides instances ofSetNextRule.classSetPropertiesRuleProviderProvides instances ofSetPropertiesRule.classSetRootRuleProviderProvides instances ofSetRootRule.classSetTopRuleProviderProvides instances ofSetTopRule.classStackCallParamRuleProviderProvides 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 java.lang.annotation.Annotation,? extends java.lang.reflect.AnnotatedElement,? extends Rule>>
TAnnotationRuleProviderFactory. newInstance(java.lang.Class<T> type)Return anAnnotationRuleProviderinstance of the specified type.
-