程序包 infra.aop.target
类 SimpleBeanTargetSource
java.lang.Object
infra.aop.target.AbstractBeanFactoryTargetSource
infra.aop.target.SimpleBeanTargetSource
- 所有已实现的接口:
TargetClassAware,TargetSource,infra.beans.factory.Aware,infra.beans.factory.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
- 另请参阅:
-
字段概要
字段从类继承的字段 infra.aop.target.AbstractBeanFactoryTargetSource
logger -
构造器概要
构造器 -
方法概要
从类继承的方法 infra.aop.target.AbstractBeanFactoryTargetSource
copyFrom, equals, getBeanFactory, getTargetBeanName, getTargetClass, hashCode, isStatic, releaseTarget, setBeanFactory, setTargetBeanName, setTargetClass, toString
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
-
构造器详细资料
-
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
-