public class PathParamInjector extends Object implements ValueInjector
| Constructor and Description |
|---|
PathParamInjector(Class type,
Type genericType,
AccessibleObject target,
String paramName,
String defaultValue,
boolean encode,
Annotation[] annotations,
ResteasyProviderFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
Object |
inject()
Inject outside the context of an HTTP request.
|
Object |
inject(HttpRequest request,
HttpResponse response)
Inject inside the context of an HTTP request.
|
public PathParamInjector(Class type, Type genericType, AccessibleObject target, String paramName, String defaultValue, boolean encode, Annotation[] annotations, ResteasyProviderFactory factory)
public Object inject(HttpRequest request, HttpResponse response)
ValueInjectorinject in interface ValueInjectorpublic Object inject()
ValueInjectorinject in interface ValueInjectorCopyright © 2013. All Rights Reserved.