Uses of Class
org.apache.commons.digester3.annotations.rules.CallParam
-
Packages that use CallParam Package Description org.apache.commons.digester3.annotations.handlers Thehandlerspackage containsAnnotationHandlerimplementations.org.apache.commons.digester3.annotations.rules Classes contained in this package are annotations that reflect Digester rules. -
-
Uses of CallParam in org.apache.commons.digester3.annotations.handlers
Methods in org.apache.commons.digester3.annotations.handlers with parameters of type CallParam Modifier and Type Method Description voidCallParamHandler. handle(CallParam annotation, MethodArgument element, RulesBinder rulesBinder)Handles the current visited element with the related current annotation. -
Uses of CallParam in org.apache.commons.digester3.annotations.rules
Methods in org.apache.commons.digester3.annotations.rules that return CallParam Modifier and Type Method Description CallParam[]value()
-