Uses of Enum Class
org.springframework.boot.BootstrapRegistry.Scope
-
Uses of BootstrapRegistry.Scope in org.springframework.boot
Modifier 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.Modifier and TypeMethodDescriptiondefault BootstrapRegistry.InstanceSupplier<T>
BootstrapRegistry.InstanceSupplier.withScope
(BootstrapRegistry.Scope scope) Return a newBootstrapRegistry.InstanceSupplier
with an updatedBootstrapRegistry.Scope
.