public interface PropertyInjector
Modifier and Type | Method and Description |
---|---|
void |
inject(HttpRequest request,
HttpResponse response,
Object target)
Inject values into annotated properties (fields/setter methods) of the target object.
|
void |
inject(Object target)
Inject values into annotated properties (fields/setter methods) of the target object.
|
void inject(Object target)
target
- target objectvoid inject(HttpRequest request, HttpResponse response, Object target) throws Failure, WebApplicationException, ApplicationException
request
- http requestresponse
- http responsetarget
- target objectFailure
- if application failure occurredWebApplicationException
ApplicationException
Copyright © 2019 JBoss by Red Hat. All rights reserved.