Uses of Interface
io.avaje.inject.BeanContext
-
Packages that use BeanContext Package Description io.avaje.inject Avaje Inject API - seeSystemContextandBeanContext.io.avaje.inject.core Building bean context objects expected to only be used by generated code. -
-
Uses of BeanContext in io.avaje.inject
Methods in io.avaje.inject that return BeanContext Modifier and Type Method Description BeanContextBeanContextBuilder. build()Build and return the bean context.static BeanContextSystemContext. context()Return the underlying BeanContext. -
Uses of BeanContext in io.avaje.inject.core
Methods in io.avaje.inject.core that return BeanContext Modifier and Type Method Description BeanContextBuilder. build()Build and return the bean context.BeanContextBeanContextFactory. createContext(Builder parent)Create and return the BeanContext.Methods in io.avaje.inject.core with parameters of type BeanContext Modifier and Type Method Description voidBuilder. addChild(BeanContext context)Add a child context.
-