public class MatrixParamInjector extends StringParameterInjector implements ValueInjector
baseGenericType, baseType, collectionType, constructor, defaultValue, delegate, isArray, 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 |
|---|---|
CompletionStage<Object> |
inject(boolean unwrapAsync)
Inject outside the context of an HTTP request.
|
CompletionStage<Object> |
inject(HttpRequest request,
HttpResponse response,
boolean unwrapAsync)
Inject inside the context of an HTTP request.
|
protected void |
throwProcessingException(String message,
Throwable cause) |
extractValue, extractValues, getHeaderDelegate, getParamConverter, getParamSignature, initialize, isCollectionOrArraypublic MatrixParamInjector(Class type, Type genericType, AccessibleObject target, String paramName, String defaultValue, boolean encode, Annotation[] annotations, ResteasyProviderFactory factory)
public CompletionStage<Object> inject(HttpRequest request, HttpResponse response, boolean unwrapAsync)
ValueInjectorinject in interface ValueInjectorrequest - http requestresponse - http responseunwrapAsync - unwrap asyncprotected void throwProcessingException(String message, Throwable cause)
throwProcessingException in class StringParameterInjectorpublic CompletionStage<Object> inject(boolean unwrapAsync)
ValueInjectorinject in interface ValueInjectorunwrapAsync - unwrap asyncCopyright © 2019 JBoss by Red Hat. All rights reserved.