public class ScopeMetadata extends 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.
|
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(String scopeName)
Set the name of the scope.
|
public void setScopeName(String scopeName)
public String getScopeName()
public void setScopedProxyMode(ScopedProxyMode scopedProxyMode)
public ScopedProxyMode getScopedProxyMode()