Uses of Package
org.apache.commons.digester3.annotations.rules
-
Packages that use org.apache.commons.digester3.annotations.rules Package Description org.apache.commons.digester3.annotations.handlers Thehandlerspackage containsAnnotationHandlerimplementations.org.apache.commons.digester3.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.handlers Class Description BeanPropertySetter Fields annotated withBeanPropertySetterwill be bound withBeanPropertySetterRuledigester rule.CallMethod Methods annotated withCallMethodwill be bound withCallMethodRuledigester rule.CallParam Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.FactoryCreate Classes annotated withFactoryCreatewill be bound withFactoryCreateRuledigester rule.ObjectCreate Classes annotated withObjectCreatewill be bound withObjectCreateRuledigester rule.PathCallParam Methods arguments annotated withPathCallParamwill be bound withPathCallParamRuledigester rule.SetProperty Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.SetTop Methods annotated withSetTopwill be bound withSetTopRuledigester rule. -
Classes in org.apache.commons.digester3.annotations.rules used by org.apache.commons.digester3.annotations.rules Class Description BeanPropertySetter Fields annotated withBeanPropertySetterwill be bound withBeanPropertySetterRuledigester rule.CallMethod Methods annotated withCallMethodwill be bound withCallMethodRuledigester rule.CallParam Methods arguments annotated withCallParamwill be bound withCallParamRuledigester rule.CreationRule Marks a Digester rule as a creation rule, that's crucial for thesetNextrule.FactoryCreate Classes annotated withFactoryCreatewill be bound withFactoryCreateRuledigester rule.ObjectCreate Classes annotated withObjectCreatewill be bound withObjectCreateRuledigester rule.PathCallParam Methods arguments annotated withPathCallParamwill be bound withPathCallParamRuledigester rule.SetProperty Fields annotated withSetPropertywill be bound withSetPropertiesRuledigester rule.SetTop Methods annotated withSetTopwill be bound withSetTopRuledigester rule.