Uses of Package
org.apache.commons.digester3.annotations.rules
-
Packages that use org.apache.commons.digester3.annotations.rules Package Description org.apache.commons.digester3.annotations.handlers Thehandlers
package containsAnnotationHandler
implementations.org.apache.commons.digester3.annotations.rules 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.handlers Class Description BeanPropertySetter Fields annotated withBeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.CallMethod Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.CallParam Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.FactoryCreate Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.ObjectCreate Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.PathCallParam Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.SetProperty Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.SetTop Methods annotated withSetTop
will be bound withSetTopRule
digester rule. -
Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.rules Class Description BeanPropertySetter Fields annotated withBeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.CallMethod Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.CallParam Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.CreationRule Marks a Digester rule as a creation rule, that's crucial for thesetNext
rule.FactoryCreate Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.ObjectCreate Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.PathCallParam Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.SetProperty Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.SetTop Methods annotated withSetTop
will be bound withSetTopRule
digester rule.