public class AopWeave extends Object
Modifier and Type | Field and Description |
---|---|
static List<CutPointInfo> |
CUT_POINTINFO_LIST |
Constructor and Description |
---|
AopWeave() |
Modifier and Type | Method and Description |
---|---|
static void |
scanAopClass(String scanPackages)
Javassist 扫描所有的切面注入点
|
static javassist.CtClass |
weave(javassist.CtClass ctClass)
Aop 类对象变更
|
public static List<CutPointInfo> CUT_POINTINFO_LIST
public static javassist.CtClass weave(javassist.CtClass ctClass)
ctClass
- CtClass 对象public static void scanAopClass(String scanPackages) throws IOException, ClassNotFoundException
scanPackages
- 扫描的包路径IOException
- IO 异常ClassNotFoundException
- 类未找到异常Copyright © 2020 Voovan. All rights reserved.