Uses of Interface
org.springframework.beans.factory.BeanRegistry.SupplierContext
Packages that use BeanRegistry.SupplierContext
Package
Description
The core package implementing Spring's lightweight Inversion of Control (IoC) container.
-
Uses of BeanRegistry.SupplierContext in org.springframework.beans.factory
Method parameters in org.springframework.beans.factory with type arguments of type BeanRegistry.SupplierContextModifier and TypeMethodDescriptionBeanRegistry.Spec.supplier
(Function<BeanRegistry.SupplierContext, T> supplier) Set the supplier to construct a bean instance.