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 withBeanPropertySetterwill be bound withBeanPropertySetterRuledigester rule.BeanPropertySetter.List Defines several@BeanPropertySetterannotations on the same element.CallMethod Methods annotated withCallMethodwill be bound withCallMethodRuledigester rule.CallMethod.List Defines several@CallMethodannotations on the same element.CallParam Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.CallParam.List Defines several@CallParamannotations on the same element.CreationRule Marks a Digester rule as a creation rule, that's crucial for thesetNextrule.FactoryCreate Classes annotated withFactoryCreatewill be bound withFactoryCreateRuledigester rule.FactoryCreate.List Defines several@FactoryCreateannotations on the same element.ObjectCreate Classes annotated withObjectCreatewill be bound withObjectCreateRuledigester rule.ObjectCreate.List Defines several@ObjectCreateannotations on the same element.PathCallParam Methods arguments annotated withPathCallParamwill be bound withPathCallParamRuledigester rule.PathCallParam.List Defines several@PathCallParamannotations on the same element.SetNext Methods annotated withSetNextwill be bound withSetNextRuledigester rule.SetProperty Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.SetProperty.List Defines several@SetPropertyannotations on the same element.SetRoot Methods annotated withSetRootwill be bound withSetRootRuledigester rule.SetTop Methods annotated withSetTopwill be bound withSetTopRuledigester rule.SetTop.List Defines several@SetTopannotations on the same element