com.jdon.domain.advsior
类 ComponentAdvsior
java.lang.Object
com.jdon.domain.advsior.ComponentAdvsior
public class ComponentAdvsior
- extends Object
in container, when a component inject into another component or a model, the
advisor will create a proxy for injected class with its interfaces.
the condition for creating proxy:
1. the inject component class has @Introduce
2. the inject component class has its interfaces
3. the inject component class's componet name is in the another class's
target parameter with @Interceptor(name="", target="xx,xx")
- 作者:
- banq
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- 另请参见:
- 常量字段值
ComponentAdvsior
public ComponentAdvsior(ContainerCallback containerCallback)
createProxy
public Object createProxy(Object o)
getInterfaces
public Class[] getInterfaces(Class pojoClass)
Copyright © 2013. All Rights Reserved.