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
BeanPropertySetterwill be bound withBeanPropertySetterRuledigester rule.Defines several@BeanPropertySetterannotations on the same element.Methods annotated withCallMethodwill be bound withCallMethodRuledigester rule.Defines several@CallMethodannotations on the same element.Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.Defines several@CallParamannotations on the same element.Marks a Digester rule as a creation rule, that's crucial for thesetNextrule.Classes annotated withFactoryCreatewill be bound withFactoryCreateRuledigester rule.Dummy ObjectCreationFactory type - only for annotation value type purposes.Defines several@FactoryCreateannotations on the same element.Classes annotated withObjectCreatewill be bound withObjectCreateRuledigester rule.Defines several@ObjectCreateannotations on the same element.Methods arguments annotated withPathCallParamwill be bound withPathCallParamRuledigester rule.Defines several@PathCallParamannotations on the same element.Methods annotated withSetNextwill be bound withSetNextRuledigester rule.Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.Defines several@SetPropertyannotations on the same element.Methods annotated withSetRootwill be bound withSetRootRuledigester rule.Methods annotated withSetTopwill be bound withSetTopRuledigester rule.Defines several@SetTopannotations on the same element