public interface ValueInjector
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<Object> |
inject(boolean unwrapAsync)
Inject outside the context of an HTTP request.
|
CompletionStage<Object> |
inject(HttpRequest request,
HttpResponse response,
boolean unwrapAsync)
Inject inside the context of an HTTP request.
|
CompletionStage<Object> inject(boolean unwrapAsync)
unwrapAsync - unwrap asyncCompletionStage<Object> inject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
request - http requestresponse - http responseunwrapAsync - unwrap asyncCopyright © 2019 JBoss by Red Hat. All rights reserved.