Uses of Class
org.apache.commons.digester3.annotations.reflect.MethodArgument
Packages that use MethodArgument
-
Uses of MethodArgument in org.apache.commons.digester3.annotations.handlers
Classes in org.apache.commons.digester3.annotations.handlers that implement interfaces with type arguments of type MethodArgumentModifier and TypeClassDescriptionfinal classCallParamhandler.final classPathCallParamhandler.Methods in org.apache.commons.digester3.annotations.handlers with parameters of type MethodArgumentModifier and TypeMethodDescriptionvoidCallParamHandler.handle(CallParam annotation, MethodArgument element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.voidPathCallParamHandler.handle(PathCallParam annotation, MethodArgument element, RulesBinder rulesBinder) Handles the current visited element with the related current annotation.