Uses of Annotation Type
org.apache.commons.digester3.annotations.DigesterRule

Packages that use DigesterRule
Package
Description
Classes contained in this package are annotations that reflect Digester rules.
  • Uses of DigesterRule in org.apache.commons.digester3.annotations.rules

    Modifier and Type
    Class
    Description
    @interface 
    Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.
    @interface 
    Methods annotated with CallMethod will be bound with CallMethodRule digester rule.
    @interface 
    Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.
    @interface 
    Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.
    @interface 
    Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.
    @interface 
    Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.
    @interface 
    Methods annotated with SetNext will be bound with SetNextRule digester rule.
    @interface 
    Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
    @interface 
    Methods annotated with SetRoot will be bound with SetRootRule digester rule.
    @interface 
    Methods annotated with SetTop will be bound with SetTopRule digester rule.