Class BeanPropertySetterHandler

java.lang.Object
org.apache.commons.digester3.annotations.handlers.BeanPropertySetterHandler
All Implemented Interfaces:
AnnotationHandler<BeanPropertySetter,Field>

public final class BeanPropertySetterHandler extends Object implements AnnotationHandler<BeanPropertySetter,Field>
Since:
3.0
  • Constructor Details

    • BeanPropertySetterHandler

      public BeanPropertySetterHandler()
  • Method Details

    • handle

      public void handle(BeanPropertySetter annotation, Field element, RulesBinder rulesBinder)
      Handles the current visited element with the related current annotation.
      Specified by:
      handle in interface AnnotationHandler<BeanPropertySetter,Field>
      Parameters:
      annotation - the current visited annotation.
      element - the current visited annotated element.
      rulesBinder - the annotations RulesBinder where rules have to be bound.