public interface PropertyInjector
Modifier and Type | Method and Description |
---|---|
void |
inject(HttpRequest request,
HttpResponse response,
java.lang.Object target)
Inject values into annotated properties (fields/setter methods) of the target object.
|
void |
inject(java.lang.Object target)
Inject values into annotated properties (fields/setter methods) of the target object.
|
void inject(java.lang.Object target)
target
- void inject(HttpRequest request, HttpResponse response, java.lang.Object target) throws Failure, javax.ws.rs.WebApplicationException, ApplicationException
request
- response
- target
- Failure
javax.ws.rs.WebApplicationException
ApplicationException