Uses of Interface
io.avaje.inject.BeanScope
-
Packages that use BeanScope Package Description io.avaje.inject Avaje Inject API - seeBeanScope.io.avaje.inject.spi Building bean scope objects expected to only be used by generated code. -
-
Uses of BeanScope in io.avaje.inject
Methods in io.avaje.inject that return BeanScope Modifier and Type Method Description BeanScopeBeanScopeBuilder. build()Build and return the bean scope.Methods in io.avaje.inject with parameters of type BeanScope Modifier and Type Method Description BeanScopeBuilderBeanScopeBuilder. withParent(BeanScope parent)Use the given BeanScope as the parent.BeanScopeBuilderBeanScopeBuilder. withParent(BeanScope parent, boolean parentOverride)Use the given BeanScope as the parent additionally specifying if beans added will effectively override beans that exist in the parent scope. -
Uses of BeanScope in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return BeanScope Modifier and Type Method Description BeanScopeBuilder. build(boolean withShutdownHook)Build and return the bean scope.Methods in io.avaje.inject.spi with parameters of type BeanScope Modifier and Type Method Description static BuilderBuilder. newBuilder(List<SuppliedBean> suppliedBeans, List<EnrichBean> enrichBeans, BeanScope parent, boolean parentOverride)Create the root level Builder.
-