Class BeanPropertySetterHandler
- java.lang.Object
-
- org.apache.commons.digester3.annotations.handlers.BeanPropertySetterHandler
-
- All Implemented Interfaces:
AnnotationHandler<BeanPropertySetter,java.lang.reflect.Field>
public final class BeanPropertySetterHandler extends java.lang.Object implements AnnotationHandler<BeanPropertySetter,java.lang.reflect.Field>
BeanPropertySetterhandler.- Since:
- 3.0
-
-
Constructor Summary
Constructors Constructor Description BeanPropertySetterHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(BeanPropertySetter annotation, java.lang.reflect.Field element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation.
-
-
-
Constructor Detail
-
BeanPropertySetterHandler
public BeanPropertySetterHandler()
-
-
Method Detail
-
handle
public void handle(BeanPropertySetter annotation, java.lang.reflect.Field element, RulesBinder rulesBinder)
Handles the current visited element with the related current annotation.- Specified by:
handlein interfaceAnnotationHandler<BeanPropertySetter,java.lang.reflect.Field>- Parameters:
annotation- the current visited annotation.element- the current visited annotated element.rulesBinder- the annotationsRulesBinderwhere rules have to be bound.
-
-