Uses of Package
org.apache.commons.digester3.annotations.rules
Packages that use org.apache.commons.digester3.annotations.rules
Package
Description
The
handlers
package contains
AnnotationHandler
implementations.Classes contained in this package are annotations that reflect Digester rules.
-
Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.handlersClassDescriptionFields annotated with
BeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.Methods annotated withSetTop
will be bound withSetTopRule
digester rule. -
Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.rulesClassDescriptionMarks a Digester rule as a creation rule, that's crucial for the
setNext
rule.