| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScopedProxyMode | |
|---|---|
| org.springframework.context.annotation | Annotation support for context configuration, including classpath scanning for autowire candidates. | 
| Uses of ScopedProxyMode in org.springframework.context.annotation | 
|---|
| Methods in org.springframework.context.annotation that return ScopedProxyMode | |
|---|---|
|  ScopedProxyMode | ScopeMetadata.getScopedProxyMode()Get the proxy-mode to be applied to the scoped instance. | 
| static ScopedProxyMode | ScopedProxyMode.valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ScopedProxyMode[] | ScopedProxyMode.values()Returns an array containing the constants of this enum type, in the order they are declared. | 
| Methods in org.springframework.context.annotation with parameters of type ScopedProxyMode | |
|---|---|
|  void | ScopeMetadata.setScopedProxyMode(ScopedProxyMode scopedProxyMode)Set the proxy-mode to be applied to the scoped instance. | 
|  void | ClassPathBeanDefinitionScanner.setScopedProxyMode(ScopedProxyMode scopedProxyMode)Specify the proxy behavior for non-singleton scoped beans. | 
| Constructors in org.springframework.context.annotation with parameters of type ScopedProxyMode | |
|---|---|
| AnnotationScopeMetadataResolver(ScopedProxyMode scopedProxyMode)Create a new instance of the AnnotationScopeMetadataResolverclass. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||