Uses of Interface
io.avaje.inject.RequestScopeBuilder
| Package | Description |
|---|---|
| io.avaje.inject |
Avaje Inject API - see
ApplicationScope and BeanScope. |
-
Uses of RequestScopeBuilder in io.avaje.inject
Methods in io.avaje.inject that return RequestScopeBuilder Modifier and Type Method Description static RequestScopeBuilderApplicationScope. newRequestScope()Start building a RequestScope.RequestScopeBuilderBeanScope. newRequestScope()Create a RequestScope via builder where we provide extra instances that can be used/included in wiring request scoped beans.<D> RequestScopeBuilderRequestScopeBuilder. withBean(Class<D> type, D bean)Provide a bean that can be dependency of a request scoped bean.<D> RequestScopeBuilderRequestScopeBuilder. withBean(String name, Class<D> type, D bean)Provide a bean that can be dependency of a request scoped bean.