Uses of Interface
io.avaje.inject.spi.Builder
Packages that use Builder
Package
Description
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 BuilderModifier and TypeMethodDescriptionstatic BuilderBuilder.newBuilder(List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans, BeanScope parent, boolean parentOverride) Create the root level Builder.Methods in io.avaje.inject.spi with parameters of type BuilderMethod parameters in io.avaje.inject.spi with type arguments of type BuilderModifier and TypeMethodDescriptionvoidBuilder.addInjector(Consumer<Builder> injector) Add field and method injection.