| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
ExceptionBundle.noConsumerForMediaType(Parameter<?> parameter,
Collection<Consumer> consumers,
Set<String> supportedMediaTypes) |
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Consumer> |
DefaultRouteProcessor.consumers |
| Constructor and Description |
|---|
DefaultRouteProcessor(javax.enterprise.inject.Instance<Consumer> consumers,
EndpointInvoker endpointInvoker) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonConsumer
Concrete Consumer that is able to unmarshall a Http request body into a Java representation.
|
| Modifier and Type | Field and Description |
|---|---|
private Map<String,Consumer> |
PaginationHandler.consumers |
| Constructor and Description |
|---|
PaginationHandler(RouteProcessor delegate,
javax.enterprise.inject.Instance<PaginationStrategy> pagingStrategies,
javax.enterprise.inject.Instance<Consumer> consumers,
EndpointInvoker endpointInvoker)
Sole contructor which will have its parameters injected by CDI.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
ParameterExtractor.extractArguments(RouteContext routeContext,
Map<String,Consumer> consumers)
Extracts the arguments from the current request for the target route.
|
private static Object |
ParameterExtractor.extractBody(RouteContext routeContext,
Parameter<?> parameter,
Map<String,Consumer> consumers) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.