Interface PropertyInjector

All Known Implementing Classes:
PropertyInjectorImpl, ResourcePropertyInjector

public interface PropertyInjector
Version:
$Revision: 1 $
Author:
Bill Burke
  • Method Summary

    Modifier and Type
    Method
    Description
    inject(Object target, boolean unwrapAsync)
    Inject values into annotated properties (fields/setter methods) of the target object.
    inject(HttpRequest request, HttpResponse response, Object target, boolean unwrapAsync)
    Inject values into annotated properties (fields/setter methods) of the target object.