Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
|
Modifier and Type | Method and Description |
---|---|
default BootstrapRegistry.Scope |
BootstrapRegistry.InstanceSupplier.getScope()
Return the scope of the supplied instance.
|
static BootstrapRegistry.Scope |
BootstrapRegistry.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BootstrapRegistry.Scope[] |
BootstrapRegistry.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
default BootstrapRegistry.InstanceSupplier<T> |
BootstrapRegistry.InstanceSupplier.withScope(BootstrapRegistry.Scope scope)
Return a new
BootstrapRegistry.InstanceSupplier with an updated BootstrapRegistry.Scope . |