Uses of Class
org.apache.commons.digester.annotations.FromAnnotationsRuleSet
Packages that use FromAnnotationsRuleSet
Package
Description
The
annotations package provides for Java5 Annotations
meta data-based definition of rules for Digester.The
handlers package contains
DigesterLoaderHandler
implementations.This package contains internal use only classes, users can ignore it.
-
Uses of FromAnnotationsRuleSet in org.apache.commons.digester.annotations
Methods in org.apache.commons.digester.annotations with parameters of type FromAnnotationsRuleSetModifier and TypeMethodDescriptionvoidFromAnnotationsRuleSet.addRulesProviderFrom(FromAnnotationsRuleSet ruleSet) Add createdAnnotationRuleProviders created in another analysis session.voidDigesterLoader.addRulesTo(Class<?> target, FromAnnotationsRuleSet ruleSet) Analyzes the target class and adds theAnnotationRuleProviders to the existingFromAnnotationsRuleSet.private <A extends Annotation, E extends AnnotatedElement, R extends Rule>
voidDigesterLoader.handle(A annotation, E element, FromAnnotationsRuleSet ruleSet) Handles the current visited element and related annotation, invoking the right handler putting the rule provider in the rule set.private voidDigesterLoader.handle(AnnotatedElement element, FromAnnotationsRuleSet ruleSet) Executes an analysis for each annotation present in the element.voidDigesterLoaderHandler.handle(A annotation, E element, FromAnnotationsRuleSet ruleSet) Handles the current visited element with the related current annotation. -
Uses of FromAnnotationsRuleSet in org.apache.commons.digester.annotations.handlers
Methods in org.apache.commons.digester.annotations.handlers with parameters of type FromAnnotationsRuleSetModifier and TypeMethodDescriptionprivate <A extends Annotation, R extends Rule>
voidMethodHandler.doHandle(A methodAnnotation, Annotation annotation, Method method, Class<?> type, FromAnnotationsRuleSet ruleSet) private voidMethodHandler.doHandle(Annotation methodAnnotation, Method method, Class<?> type, FromAnnotationsRuleSet ruleSet) voidMethodHandler.handle(Annotation annotation, Method element, FromAnnotationsRuleSet ruleSet) Handles the current visited element with the related current annotation.voidSetPropertiesLoaderHandler.handle(SetProperty annotation, Field element, FromAnnotationsRuleSet ruleSet) Handles the current visited element with the related current annotation. -
Uses of FromAnnotationsRuleSet in org.apache.commons.digester.annotations.internal
Fields in org.apache.commons.digester.annotations.internal with type parameters of type FromAnnotationsRuleSetModifier and TypeFieldDescriptionprivate final Map<Class<?>, FromAnnotationsRuleSet> RuleSetCache.dataThe map that implements the LRU cache.Methods in org.apache.commons.digester.annotations.internal that return FromAnnotationsRuleSetModifier and TypeMethodDescriptionReturns the value to which the specified key is cached, or null if this cache contains no mapping for the key.Methods in org.apache.commons.digester.annotations.internal with parameters of type FromAnnotationsRuleSetModifier and TypeMethodDescriptionvoidRuleSetCache.put(Class<?> key, FromAnnotationsRuleSet value) Associates the specified value with the specified key in this cache.