Uses of Class
org.springframework.cloud.context.scope.GenericScope
-
Packages that use GenericScope Package Description org.springframework.cloud.context.scope org.springframework.cloud.context.scope.refresh org.springframework.cloud.context.scope.thread -
-
Uses of GenericScope in org.springframework.cloud.context.scope
Classes in org.springframework.cloud.context.scope with type parameters of type GenericScope Modifier and Type Class Description static classGenericScope.LockedScopedProxyFactoryBean<S extends GenericScope>A factory bean with a locked scope. -
Uses of GenericScope in org.springframework.cloud.context.scope.refresh
Subclasses of GenericScope in org.springframework.cloud.context.scope.refresh Modifier and Type Class Description classRefreshScopeA Scope implementation that allows for beans to be refreshed dynamically at runtime (seeRefreshScope.refresh(String)andRefreshScope.refreshAll()). -
Uses of GenericScope in org.springframework.cloud.context.scope.thread
Subclasses of GenericScope in org.springframework.cloud.context.scope.thread Modifier and Type Class Description classThreadScope
-