Uses of Class
org.apache.commons.digester3.annotations.reflect.MethodArgument
-
Packages that use MethodArgument Package Description org.apache.commons.digester3.annotations.handlers Thehandlerspackage containsAnnotationHandlerimplementations. -
-
Uses of MethodArgument in org.apache.commons.digester3.annotations.handlers
Methods in org.apache.commons.digester3.annotations.handlers with parameters of type MethodArgument Modifier and Type Method Description voidCallParamHandler. 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.
-