Annotation Type CallMethod
@Documented
@Retention(RUNTIME)
@Target(METHOD)
@DigesterRule(reflectsRule=CallMethodRule.class,
handledBy=CallMethodHandler.class)
public @interface CallMethod
Methods annotated with
CallMethod
will be bound with CallMethodRule
digester rule.- Since:
- 2.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
Defines several@CallMethod
annotations on the same element. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionThe namespace URI for which this Rule is relevant, if any.boolean
Marks theCallMethodRule
to be invoked using the matching element body as argument.
-
Element Details
-
pattern
String patternThe element matching pattern. -
namespaceURI
String namespaceURIThe namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
""
-
usingElementBodyAsArgument
boolean usingElementBodyAsArgumentMarks theCallMethodRule
to be invoked using the matching element body as argument.- Default:
false
-