Uses of Class
io.avaje.inject.BeanEntry
-
Packages that use BeanEntry 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 BeanEntry in io.avaje.inject
Methods in io.avaje.inject that return BeanEntry Modifier and Type Method Description <T> BeanEntry<T>BeanContext. candidate(Class<T> type, String name)Return the wiring candidate bean with name and priority. -
Uses of BeanEntry in io.avaje.inject.spi
Methods in io.avaje.inject.spi that return BeanEntry Modifier and Type Method Description <T> BeanEntry<T>Builder. candidate(Class<T> cls, String name)Get a candidate dependency allowing it to be null.
-