Uses of Class
org.apache.commons.digester.annotations.reflect.MethodArgument
-
Packages that use MethodArgument Package Description org.apache.commons.digester.annotations.providers This package containsAnnotationRuleProvider
implementations. -
-
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 void
AttributeCallParamRuleProvider. init(AttributeCallParam annotation, MethodArgument element)
Initializes the provider.void
CallParamRuleProvider. init(CallParam annotation, MethodArgument element)
Initializes the provider.void
PathCallParamRuleProvider. init(PathCallParam annotation, MethodArgument element)
Initializes the provider.void
StackCallParamRuleProvider. init(StackCallParam annotation, MethodArgument element)
Initializes the provider.
-