类 EnhanceOperationLogSpringElServiceImpl

    • 构造器详细资料

      • EnhanceOperationLogSpringElServiceImpl

        public EnhanceOperationLogSpringElServiceImpl()
    • 方法详细资料

      • enhance

        public void enhance​(OperationLogEntity loggerMsg,
                            OperationLog operateLog,
                            org.aspectj.lang.ProceedingJoinPoint joinPoint,
                            Object response,
                            Throwable exception)
        扩展补充操作日志参数
        指定者:
        enhance 在接口中 EnhanceOperationLogService
        参数:
        loggerMsg - 操作日志对象
        operateLog - 注解
        joinPoint - 切入点
        response - 执行响应
        exception - 异常信息
      • springElParser

        protected String springElParser​(Parameter[] parameters,
                                        Object[] args,
                                        String springEl)
        spel 解析
        参数:
        parameters -
        args -
        springEl -
        返回: