Package org.apache.commons.digester3.annotations.rules
Classes contained in this package are annotations that reflect Digester rules.
-
Class Summary Class Description FactoryCreate.DefaultObjectCreationFactory Dummy ObjectCreationFactory type - only for annotation value type purposes. -
Annotation Types Summary Annotation Type Description 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.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.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 element