Uses of Class
org.apache.commons.digester.annotations.reflect.MethodArgument
-
Packages that use MethodArgument Package Description org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProviderimplementations. -
-
Uses of MethodArgument in org.apache.commons.digester.annotations.providers
Methods in org.apache.commons.digester.annotations.providers with parameters of type MethodArgument Modifier and Type Method Description voidAttributeCallParamRuleProvider. init(AttributeCallParam annotation, MethodArgument element)Initializes the provider.voidCallParamRuleProvider. init(CallParam annotation, MethodArgument element)Initializes the provider.voidPathCallParamRuleProvider. init(PathCallParam annotation, MethodArgument element)Initializes the provider.voidStackCallParamRuleProvider. init(StackCallParam annotation, MethodArgument element)Initializes the provider.
-