Enum クラスの使用箇所
org.springframework.boot.bootstrap.BootstrapRegistry.Scope
BootstrapRegistry.Scope を使用するパッケージ
org.springframework.boot.bootstrap 内の BootstrapRegistry.Scope 使用
org.springframework.boot.bootstrap 内の BootstrapRegistry.Scope 型の型引数を持つサブクラス修飾子と型メソッド説明default BootstrapRegistry.ScopeBootstrapRegistry.InstanceSupplier.getScope()指定されたインスタンスのスコープを返します。static BootstrapRegistry.Scope指定された名前でこのクラスの列挙型定数を返します。static BootstrapRegistry.Scope[]BootstrapRegistry.Scope.values()この列挙型クラスの定数を含む配列を、宣言されている順序で返します。型 BootstrapRegistry.Scope のパラメーターを持つ org.springframework.boot.bootstrap のメソッド修飾子と型メソッド説明default BootstrapRegistry.InstanceSupplier<T> BootstrapRegistry.InstanceSupplier.withScope(BootstrapRegistry.Scope scope) 更新されたBootstrapRegistry.Scopeを含む新しいBootstrapRegistry.InstanceSupplierを返します。