Enum Class的使用
cn.taketoday.context.annotation.ScopedProxyMode
使用ScopedProxyMode的程序包
-
cn.taketoday.context.annotation中ScopedProxyMode的使用
修饰符和类型方法说明static ScopedProxyModeReturns the enum constant of this class with the specified name.static ScopedProxyMode[]ScopedProxyMode.values()Returns an array containing the constants of this enum class, in the order they are declared.修饰符和类型方法说明voidClassPathBeanDefinitionScanner.setScopedProxyMode(ScopedProxyMode scopedProxyMode) Specify the proxy behavior for non-singleton scoped beans.限定符构造器说明AnnotationScopeMetadataResolver(ScopedProxyMode defaultProxyMode) Construct a newAnnotationScopeMetadataResolverusing the supplied defaultScopedProxyMode. -
cn.taketoday.context.loader中ScopedProxyMode的使用
修饰符和类型方法说明ScopeMetadata.getScopedProxyMode()Get the proxy-mode to be applied to the scoped instance.修饰符和类型方法说明voidScopeMetadata.setScopedProxyMode(ScopedProxyMode scopedProxyMode) Set the proxy-mode to be applied to the scoped instance.