public class ScopeMetadata
extends java.lang.Object
The default scope is "singleton", and the default is to not create scoped-proxies.
ScopeMetadataResolver
,
ScopedProxyMode
Constructor and Description |
---|
ScopeMetadata() |
Modifier and Type | Method and Description |
---|---|
ScopedProxyMode |
getScopedProxyMode()
Get the proxy-mode to be applied to the scoped instance.
|
java.lang.String |
getScopeName()
Get the name of the scope.
|
void |
setScopedProxyMode(ScopedProxyMode scopedProxyMode)
Set the proxy-mode to be applied to the scoped instance.
|
void |
setScopeName(java.lang.String scopeName)
Set the name of the scope.
|
public void setScopeName(java.lang.String scopeName)
public java.lang.String getScopeName()
public void setScopedProxyMode(ScopedProxyMode scopedProxyMode)
public ScopedProxyMode getScopedProxyMode()