Package org.apache.commons.digester.annotations.rules
package org.apache.commons.digester.annotations.rules
Classes contained in this package are annotations that reflect Digester rules.
-
Annotation InterfacesClassDescriptionMethods arguments annotated with
AttributeCallParam
will be bound withCallParamRule
digester rule.Defines several@AttributeCallParam
annotations on the same element.Fields annotated withBeanPropertySetter
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.Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.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 elementMethods arguments annotated withStackCallParam
will be bound withCallParamRule
digester rule.Defines severalStackCallParam
annotations on the same element.