类 ExccelHelperDefaultAround
java.lang.Object
gu.sql2java.excel.aspect.ExccelHelperDefaultAround
ExccelHelper 切入点默认实现
- 作者:
- guyadong
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明excelAroundDefault(org.aspectj.lang.ProceedingJoinPoint joinPoint) void定义切入点为有注解org.springframework.web.bind.annotation.RestController下的所有类void定义切入点为有gu.sql2java.excel.annotations.ExcelSheet注解的所有函数
-
构造器详细资料
-
ExccelHelperDefaultAround
public ExccelHelperDefaultAround()
-
-
方法详细资料
-
excelAroundDefault
-
excelSheetAnnotation
public void excelSheetAnnotation()定义切入点为有gu.sql2java.excel.annotations.ExcelSheet注解的所有函数 -
excelRestControllerAspect
public void excelRestControllerAspect()定义切入点为有注解org.springframework.web.bind.annotation.RestController下的所有类
-