Package org.apache.commons.digester.annotations.rules
Classes contained in this package are annotations that reflect Digester rules.
-
Annotation Types Summary Annotation Type Description AttributeCallParam Methods arguments annotated withAttributeCallParam
will be bound withCallParamRule
digester rule.AttributeCallParam.List Defines several@AttributeCallParam
annotations on the same element.BeanPropertySetter Fields annotated withBeanPropertySetter
will be bound withBeanPropertySetterRule
digester rule.BeanPropertySetter.List Defines several@BeanPropertySetter
annotations on the same element.CallMethod Methods annotated withCallMethod
will be bound withCallMethodRule
digester rule.CallMethod.List Defines several@CallMethod
annotations on the same element.CallParam Methods arguments annotated withCallParam
will be bound withCallParamRule
digester rule.CallParam.List Defines several@CallParam
annotations on the same element.FactoryCreate Classes annotated withFactoryCreate
will be bound withFactoryCreateRule
digester rule.FactoryCreate.List Defines several@FactoryCreate
annotations on the same element.ObjectCreate Classes annotated withObjectCreate
will be bound withObjectCreateRule
digester rule.ObjectCreate.List Defines several@ObjectCreate
annotations on the same element.PathCallParam Methods arguments annotated withPathCallParam
will be bound withPathCallParamRule
digester rule.PathCallParam.List Defines several@PathCallParam
annotations on the same element.SetNext Methods annotated withSetNext
will be bound withSetNextRule
digester rule.SetProperty Fields annotated withSetProperty
will be bound withSetPropertiesRule
digester rule.SetProperty.List Defines several@SetProperty
annotations on the same element.SetRoot Methods annotated withSetRoot
will be bound withSetRootRule
digester rule.SetTop Methods annotated withSetTop
will be bound withSetTopRule
digester rule.SetTop.List Defines several@SetTop
annotations on the same elementStackCallParam Methods arguments annotated withStackCallParam
will be bound withCallParamRule
digester rule.StackCallParam.List Defines severalStackCallParam
annotations on the same element.