Uses of Interface
io.avaje.inject.spi.Builder
-
Packages that use Builder Package Description io.avaje.inject.spi Building bean context 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(String name, String[] provides, String[] dependsOn)Create a Builder for the named context (module).static BuilderBuilder. newRootBuilder(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 BeanContextBeanContextFactory. createContext(Builder parent)Create and return the BeanContext.voidBuilder. setParent(Builder parent)Set a parent builder that can provide cross-module dependencies.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.
-