Package org.apache.commons.digester.annotations.rules


package org.apache.commons.digester.annotations.rules
Classes contained in this package are annotations that reflect Digester rules.
  • Annotation Interfaces
    Class
    Description
    Methods arguments annotated with AttributeCallParam will be bound with CallParamRule digester rule.
    Defines several @AttributeCallParam annotations on the same element.
    Fields annotated with BeanPropertySetter will be bound with BeanPropertySetterRule digester rule.
    Defines several @BeanPropertySetter annotations on the same element.
    Methods annotated with CallMethod will be bound with CallMethodRule digester rule.
    Defines several @CallMethod annotations on the same element.
    Methods arguments annotated with CallParam will be bound with CallParamRule digester rule.
    Defines several @CallParam annotations on the same element.
    Classes annotated with FactoryCreate will be bound with FactoryCreateRule digester rule.
    Defines several @FactoryCreate annotations on the same element.
    Classes annotated with ObjectCreate will be bound with ObjectCreateRule digester rule.
    Defines several @ObjectCreate annotations on the same element.
    Methods arguments annotated with PathCallParam will be bound with PathCallParamRule digester rule.
    Defines several @PathCallParam annotations on the same element.
    Methods annotated with SetNext will be bound with SetNextRule digester rule.
    Fields annotated with SetProperty will be bound with SetPropertiesRule digester rule.
    Defines several @SetProperty annotations on the same element.
    Methods annotated with SetRoot will be bound with SetRootRule digester rule.
    Methods annotated with SetTop will be bound with SetTopRule digester rule.
    Defines several @SetTop annotations on the same element
    Methods arguments annotated with StackCallParam will be bound with CallParamRule digester rule.
    Defines several StackCallParam annotations on the same element.