类 SimpleBeanTargetSource
java.lang.Object
cn.taketoday.aop.target.AbstractBeanFactoryTargetSource
cn.taketoday.aop.target.SimpleBeanTargetSource
- 所有已实现的接口:
TargetClassAware,TargetSource,Aware,BeanFactoryAware,Serializable
Simple
TargetSource implementation,
freshly obtaining the specified target bean from its containing
BeanFactory.
Can obtain any kind of target bean: singleton, scoped, or prototype. Typically, used for scoped beans.
- 从以下版本开始:
- 3.0
- 作者:
- Juergen Hoeller, TODAY 2021/2/1 21:27
- 另请参阅:
-
字段概要
从类继承的字段 cn.taketoday.aop.target.AbstractBeanFactoryTargetSource
logger -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.aop.target.AbstractBeanFactoryTargetSource
copyFrom, equals, getBeanFactory, getTargetBeanName, getTargetClass, hashCode, isStatic, releaseTarget, setBeanFactory, setTargetBeanName, setTargetClass, toString
-
构造器详细资料
-
SimpleBeanTargetSource
public SimpleBeanTargetSource()
-
-
方法详细资料
-
getTarget
从接口复制的说明:TargetSourceReturn a target instance. Invoked immediately before the AOP framework calls the "target" of an AOP method invocation.- 返回:
- the target object which contains the join-point,
or
nullif there is no actual target instance
-