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