Class ResourcePropertyInjector

java.lang.Object
org.jboss.resteasy.core.ResourcePropertyInjector
All Implemented Interfaces:
PropertyInjector

public class ResourcePropertyInjector extends Object implements PropertyInjector
Version:
$Revision: 1 $
Author:
Bill Burke
  • Field Details

    • fields

      protected List<org.jboss.resteasy.core.ResourcePropertyInjector.FieldInjector> fields
    • setters

      protected List<org.jboss.resteasy.core.ResourcePropertyInjector.SetterInjector> setters
    • resourceClass

      protected ResourceClass resourceClass
    • factory

      protected ResteasyProviderFactory factory
  • Constructor Details

  • Method Details

    • inject

      public void inject(HttpRequest request, HttpResponse response, Object target) throws Failure
      Description copied from interface: PropertyInjector
      Inject values into annotated properties (fields/setter methods) of the target object. This method should only be used inside the scope of an HTTP request.
      Specified by:
      inject in interface PropertyInjector
      Parameters:
      request -
      response -
      target -
      Throws:
      Failure
    • inject

      public void inject(Object target)
      Description copied from interface: PropertyInjector
      Inject values into annotated properties (fields/setter methods) of the target object. This method should only be used outside the scope of an HTTP request.
      Specified by:
      inject in interface PropertyInjector
      Parameters:
      target -