Class PathCallParamHandler

    • Constructor Detail

      • PathCallParamHandler

        public PathCallParamHandler()
    • Method Detail

      • handle

        public void handle​(PathCallParam annotation,
                           MethodArgument element,
                           RulesBinder rulesBinder)
        Handles the current visited element with the related current annotation.
        Specified by:
        handle in interface AnnotationHandler<PathCallParam,​MethodArgument>
        Parameters:
        annotation - the current visited annotation.
        element - the current visited annotated element.
        rulesBinder - the annotations RulesBinder where rules have to be bound.