Uses of Interface
io.avaje.inject.RequestScope
| Package | Description |
|---|---|
| io.avaje.inject |
Avaje Inject API - see
ApplicationScope and BeanScope. |
-
Uses of RequestScope in io.avaje.inject
Methods in io.avaje.inject that return RequestScope Modifier and Type Method Description RequestScopeRequestScopeBuilder. build()Build and return the request scope.Methods in io.avaje.inject with parameters of type RequestScope Modifier and Type Method Description <T> TRequestScopeProvider. provide(RequestScope scope)Create and return the request scope bean instance.