Uses of Interface
io.avaje.inject.spi.Builder
| Package | Description |
|---|---|
| io.avaje.inject.spi |
Building bean scope objects expected to only be used by generated code.
|
-
Uses of Builder in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return Builder Modifier and Type Method Description static BuilderBuilder. newBuilder(List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans)Create the root level Builder.Methods in io.avaje.inject.spi with parameters of type Builder Modifier and Type Method Description voidBeanScopeFactory. build(Builder builder)Build all the beans.Method parameters in io.avaje.inject.spi with type arguments of type Builder Modifier and Type Method Description voidBuilder. addInjector(Consumer<Builder> injector)Add field and method injection.