public class MatrixParamInjector extends StringParameterInjector implements ValueInjector
baseGenericType, baseType, collectionType, constructor, converter, defaultValue, delegate, isCollection, paramConverter, paramName, paramType, target, type, unmarshaller, valueOf
Constructor and Description |
---|
MatrixParamInjector(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.
|
protected void |
throwProcessingException(String message,
Throwable cause) |
extractValue, extractValues, getParamSignature, initialize, isCollectionOrArray
public MatrixParamInjector(Class type, Type genericType, AccessibleObject target, String paramName, String defaultValue, boolean encode, Annotation[] annotations, ResteasyProviderFactory factory)
public Object inject(HttpRequest request, HttpResponse response)
ValueInjector
inject
in interface ValueInjector
protected void throwProcessingException(String message, Throwable cause)
throwProcessingException
in class StringParameterInjector
public Object inject()
ValueInjector
inject
in interface ValueInjector
Copyright © 2015 JBoss by Red Hat. All rights reserved.