Uses of Enum Class
org.springframework.boot.BootstrapRegistry.Scope
Packages that use BootstrapRegistry.Scope
-
Uses of BootstrapRegistry.Scope in org.springframework.boot
Methods in org.springframework.boot 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 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
.