Uses of Interface
io.avaje.inject.BeanContext
-
Packages that use BeanContext Package Description io.avaje.inject Avaje Inject API - seeSystemContextandBeanContext.io.avaje.inject.spi 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.spi
Methods in io.avaje.inject.spi 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.
-