Uses of Annotation Interface
org.apache.commons.digester.annotations.DigesterRule
Packages that use DigesterRule
Package
Description
Classes contained in this package are annotations that reflect Digester rules.
-
Uses of DigesterRule in org.apache.commons.digester.annotations.rules
Classes in org.apache.commons.digester.annotations.rules with annotations of type DigesterRuleModifier and TypeClassDescription@interface
Methods arguments annotated withAttributeCallParam
will be bound withCallParamRule
digester rule.@interface
Fields annotated withBeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.@interface
Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.@interface
Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.@interface
Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.@interface
Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.@interface
Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.@interface
Methods annotated withSetNext
will be bound withSetNextRule
digester rule.@interface
Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.@interface
Methods annotated withSetRoot
will be bound withSetRootRule
digester rule.@interface
Methods annotated withSetTop
will be bound withSetTopRule
digester rule.@interface
Methods arguments annotated withStackCallParam
will be bound withCallParamRule
digester rule.