类 ScopeMetadata
java.lang.Object
cn.taketoday.context.loader.ScopeMetadata
Describes scope characteristics
The default scope is "singleton"
- 从以下版本开始:
- 4.0
- 作者:
- TODAY 2021/10/26 15:58
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Get the proxy-mode to be applied to the scoped instance.Get the name of the scope.voidsetScopedProxyMode(ScopedProxyMode scopedProxyMode) Set the proxy-mode to be applied to the scoped instance.voidsetScopeName(String scopeName) Set the name of the scope.
-
构造器详细资料
-
ScopeMetadata
public ScopeMetadata()
-
-
方法详细资料
-
setScopeName
Set the name of the scope. -
getScopeName
Get the name of the scope. -
setScopedProxyMode
Set the proxy-mode to be applied to the scoped instance. -
getScopedProxyMode
Get the proxy-mode to be applied to the scoped instance.
-