Uses of Enum Class
org.springframework.boot.bootstrap.BootstrapRegistry.Scope
Packages that use BootstrapRegistry.Scope
Package
Description
Bootstrap concerns to support the creation of potentially expensive singletons while
the application starts.
-
Uses of BootstrapRegistry.Scope in org.springframework.boot.bootstrap
Subclasses with type arguments of type BootstrapRegistry.Scope in org.springframework.boot.bootstrapMethods in org.springframework.boot.bootstrap that return BootstrapRegistry.ScopeModifier and TypeMethodDescriptiondefault BootstrapRegistry.Scope
BootstrapRegistry.InstanceSupplier.getScope()
Return the scope of the supplied instance.static BootstrapRegistry.Scope
Returns the enum constant of this class with the specified name.static BootstrapRegistry.Scope[]
BootstrapRegistry.Scope.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.bootstrap with parameters of type BootstrapRegistry.ScopeModifier and TypeMethodDescriptiondefault BootstrapRegistry.InstanceSupplier
<T> BootstrapRegistry.InstanceSupplier.withScope
(BootstrapRegistry.Scope scope) Return a newBootstrapRegistry.InstanceSupplier
with an updatedBootstrapRegistry.Scope
.