インターフェースの使用
org.springframework.boot.bootstrap.BootstrapRegistry.InstanceSupplier
BootstrapRegistry.InstanceSupplier を使用するパッケージ
org.springframework.boot.bootstrap 内の BootstrapRegistry.InstanceSupplier 使用
修飾子と型メソッド説明static <T> BootstrapRegistry.InstanceSupplier<T> BootstrapRegistry.InstanceSupplier.from(@Nullable SupplierSE<T> supplier) SupplierSE からBootstrapRegistry.InstanceSupplierを作成するために使用できるファクトリメソッド。<T> @Nullable BootstrapRegistry.InstanceSupplier<T> BootstrapRegistry.getRegisteredInstanceSupplier(ClassSE<T> type) 指定された型の既存のBootstrapRegistry.InstanceSupplierを返します。<T> @Nullable BootstrapRegistry.InstanceSupplier<T> DefaultBootstrapContext.getRegisteredInstanceSupplier(ClassSE<T> type) static <T> BootstrapRegistry.InstanceSupplier<T> BootstrapRegistry.InstanceSupplier.of(@Nullable T instance) 特定のインスタンスのBootstrapRegistry.InstanceSupplierを作成するために使用できるファクトリメソッド。default BootstrapRegistry.InstanceSupplier<T> BootstrapRegistry.InstanceSupplier.withScope(BootstrapRegistry.Scope scope) 更新されたBootstrapRegistry.Scopeを含む新しいBootstrapRegistry.InstanceSupplierを返します。型 BootstrapRegistry.InstanceSupplier のパラメーターを持つ org.springframework.boot.bootstrap のメソッド修飾子と型メソッド説明<T> voidBootstrapRegistry.register(ClassSE<T> type, BootstrapRegistry.InstanceSupplier<T> instanceSupplier) 特定の型をレジストリに登録します。<T> voidDefaultBootstrapContext.register(ClassSE<T> type, BootstrapRegistry.InstanceSupplier<T> instanceSupplier) <T> voidBootstrapRegistry.registerIfAbsent(ClassSE<T> type, BootstrapRegistry.InstanceSupplier<T> instanceSupplier) 特定の型がまだ存在しない場合は、レジストリに登録します。<T> voidDefaultBootstrapContext.registerIfAbsent(ClassSE<T> type, BootstrapRegistry.InstanceSupplier<T> instanceSupplier)