Package org.jboss.resteasy.core
Class PropertyInjectorImpl
java.lang.Object
org.jboss.resteasy.core.PropertyInjectorImpl
- All Implemented Interfaces:
PropertyInjector
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInject values into annotated properties (fields/setter methods) of the target object.voidinject(HttpRequest request, HttpResponse response, Object target) Inject values into annotated properties (fields/setter methods) of the target object.protected voidpopulateMap(Class<?> clazz, ResteasyProviderFactory factory)
-
Field Details
-
fieldMap
-
setters
-
setterhashes
-
clazz
-
-
Constructor Details
-
PropertyInjectorImpl
-
-
Method Details
-
populateMap
-
inject
Description copied from interface:PropertyInjectorInject 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:
injectin interfacePropertyInjector- Parameters:
request-response-target-- Throws:
Failure
-
inject
Description copied from interface:PropertyInjectorInject 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:
injectin interfacePropertyInjector- Parameters:
target-
-