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
- void inject(HttpRequest request, HttpResponse response, Object target) throws Failure, WebApplicationException, ApplicationException
request
- response
- target
- Failure
WebApplicationException
ApplicationException
Copyright © 2014. All Rights Reserved.