Uses of Class
io.avaje.inject.spi.SuppliedBean
Packages that use SuppliedBean
Package
Description
Building bean scope objects expected to only be used by generated code.
-
Uses of SuppliedBean in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return SuppliedBeanModifier and TypeMethodDescriptionstatic SuppliedBeanCreate with a class type and bean instance.static <B> SuppliedBean<B>Create for a class type with name.static <B> SuppliedBean<B>Create for a class type with a consumer that runs once when the bean is obtained.static <B> SuppliedBean<B>Create a supplied bean for a generic type.Method parameters in io.avaje.inject.spi with type arguments of type SuppliedBeanModifier and TypeMethodDescriptionstatic BuilderBuilder.newBuilder(List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans, BeanScope parent, boolean parentOverride) Create the root level Builder.