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
BeanPropertySetterwill be bound withBeanPropertySetterRuledigester rule.Methods annotated withCallMethodwill be bound withCallMethodRuledigester rule.Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.Classes annotated withFactoryCreatewill be bound withFactoryCreateRuledigester rule.Classes annotated withObjectCreatewill be bound withObjectCreateRuledigester rule.Methods arguments annotated withPathCallParamwill be bound withPathCallParamRuledigester rule.Methods annotated withSetNextwill be bound withSetNextRuledigester rule.Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.Methods annotated withSetRootwill be bound withSetRootRuledigester rule.Methods annotated withSetTopwill be bound withSetTopRuledigester 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
setNextrule.