Package org.jboss.resteasy.core
Class ContextParameterInjector
- java.lang.Object
-
- org.jboss.resteasy.core.ContextParameterInjector
-
- All Implemented Interfaces:
ValueInjector
public class ContextParameterInjector extends Object implements ValueInjector
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Constructor Description ContextParameterInjector(Class<?> proxy, Class<?> rawType, Type genericType, Annotation[] annotations, ResteasyProviderFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<?>[]computeInterfaces(Object delegate, Class<?> cls)protected ObjectcreateProxy()Objectinject(boolean unwrapAsync)Objectinject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
-
-
-
Constructor Detail
-
ContextParameterInjector
public ContextParameterInjector(Class<?> proxy, Class<?> rawType, Type genericType, Annotation[] annotations, ResteasyProviderFactory factory)
-
-
Method Detail
-
inject
public Object inject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
- Specified by:
injectin interfaceValueInjector
-
inject
public Object inject(boolean unwrapAsync)
- Specified by:
injectin interfaceValueInjector
-
createProxy
protected Object createProxy()
-
-