类 EnhanceOperationLogSpringElServiceImpl
java.lang.Object
cn.bbwres.biscuit.operation.log.service.impl.EnhanceOperationLogSpringElServiceImpl
- 所有已实现的接口:
EnhanceOperationLogService
public class EnhanceOperationLogSpringElServiceImpl
extends Object
implements EnhanceOperationLogService
补充支持springEl的参数
- 作者:
- zhanglinfeng
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidenhance(OperationLogEntity loggerMsg, OperationLog operateLog, org.aspectj.lang.ProceedingJoinPoint joinPoint, Object response, Throwable exception) 扩展补充操作日志参数protected StringspringElParser(Parameter[] parameters, Object[] args, String springEl) spel 解析
-
构造器详细资料
-
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
spel 解析- 参数:
parameters-args-springEl-- 返回:
-