Class SetPropertiesHandler

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

public final class SetPropertiesHandler extends Object implements AnnotationHandler<SetProperty,Field>
SetProperty handler.
Since:
3.0
  • Constructor Details

    • SetPropertiesHandler

      public SetPropertiesHandler()
  • Method Details

    • handle

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