| java.lang.Object | |
| ↳ | org.springframework.context.annotation.ScopeMetadata |
Describes scope characteristics for a Spring-managed bean including the scope name and the scoped-proxy behavior.
The default scope is "singleton", and the default is to not create scoped-proxies.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the name of the scope.
| |||||||||||
Get the proxy-mode to be applied to the scoped instance.
| |||||||||||
Set the name of the scope.
| |||||||||||
Set the proxy-mode to be applied to the scoped instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Get the proxy-mode to be applied to the scoped instance.
Set the proxy-mode to be applied to the scoped instance.