Uses of Interface
io.avaje.inject.core.Builder
-
Packages that use Builder Package Description io.avaje.inject.core Building bean context objects expected to only be used by generated code. -
-
Uses of Builder in io.avaje.inject.core
Methods in io.avaje.inject.core that return Builder Modifier and Type Method Description static BuilderBuilderFactory. newBuilder(String name, String[] provides, String[] dependsOn)Create a Builder for the named context (module).static BuilderBuilderFactory. newRootBuilder(List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans)Create the root level Builder.Methods in io.avaje.inject.core 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.core with type arguments of type Builder Modifier and Type Method Description voidBuilder. addInjector(Consumer<Builder> injector)Add a field injector.
-