Package org.apache.commons.digester3.annotations.rules
package org.apache.commons.digester3.annotations.rules
Classes contained in this package are annotations that reflect Digester rules.
-
ClassDescriptionFields annotated with
BeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.Defines several@BeanPropertySetter
annotations on the same element.Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.Defines several@CallMethod
annotations on the same element.Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.Defines several@CallParam
annotations on the same element.Marks a Digester rule as a creation rule, that's crucial for thesetNext
rule.Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.Dummy ObjectCreationFactory type - only for annotation value type purposes.Defines several@FactoryCreate
annotations on the same element.Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.Defines several@ObjectCreate
annotations on the same element.Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.Defines several@PathCallParam
annotations on the same element.Methods annotated withSetNext
will be bound withSetNextRule
digester rule.Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.Defines several@SetProperty
annotations on the same element.Methods annotated withSetRoot
will be bound withSetRootRule
digester rule.Methods annotated withSetTop
will be bound withSetTopRule
digester rule.Defines several@SetTop
annotations on the same element