| 程序包 | 说明 |
|---|---|
| space.yizhu.record.aop |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> AopFactory |
AopFactory.addMapping(Class<T> from,
Class<? extends T> to)
addMapping.
|
<T> AopFactory |
AopFactory.addMapping(Class<T> from,
String to)
addMapping.
|
AopFactory |
AopFactory.addSingletonObject(Object singletonObject)
addSingletonObject.
|
static AopFactory |
Aop.getAopFactory()
Getter for the field
aopFactory. |
AopFactory |
AopFactory.setEnhance(boolean enhance)
已过时。
|
AopFactory |
AopFactory.setInjectDepth(int injectDepth)
Setter for the field
injectDepth. |
AopFactory |
AopFactory.setSingleton(boolean singleton)
Setter for the field
singleton. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Aop.setAopFactory(AopFactory aopFactory)
Setter for the field
aopFactory. |
Copyright © 2023. All rights reserved.