| Modifier and Type | Method and Description |
|---|---|
void |
SwaggerProducerOperation.completableFutureInvoke(SwaggerInvocation invocation,
AsyncResponse asyncResp) |
void |
SwaggerProducerOperation.doCompletableFutureInvoke(SwaggerInvocation invocation,
AsyncResponse asyncResp) |
Response |
SwaggerProducerOperation.doInvoke(SwaggerInvocation invocation) |
void |
SwaggerProducerOperation.invoke(SwaggerInvocation invocation,
AsyncResponse asyncResp) |
protected Response |
SwaggerProducerOperation.processException(SwaggerInvocation invocation,
Throwable e) |
void |
SwaggerProducerOperation.syncInvoke(SwaggerInvocation invocation,
AsyncResponse asyncResp) |
| Modifier and Type | Method and Description |
|---|---|
SwaggerInvocation |
LocalProducerInvoker.getInvocation() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentMapper.mapArgument(SwaggerInvocation invocation,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerArgumentToBodyField.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerArgumentSame.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerInvocationContextMapper.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerArgumentsMapper.toInvocation(Object[] consumerArguments,
SwaggerInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
AbstractProducerContextArgMapper.createContextArg(SwaggerInvocation invocation) |
Object |
ProducerInvocationContextMapper.createContextArg(SwaggerInvocation invocation) |
void |
ProducerBeanParamMapper.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
ProducerArgumentSame.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
SwaggerArgumentToProducerBodyField.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
ProducerSpringMVCQueryObjectMapper.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
AbstractProducerContextArgMapper.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
Object[] |
ProducerArgumentsMapper.toProducerArgs(SwaggerInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Response |
InvocationExceptionToProducerResponseConverter.convert(SwaggerInvocation swaggerInvocation,
InvocationException e) |
Response |
ExceptionToProducerResponseConverter.convert(SwaggerInvocation swaggerInvocation,
T e) |
Response |
DefaultExceptionToProducerResponseConverter.convert(SwaggerInvocation swaggerInvocation,
Throwable e) |
Response |
ExceptionToProducerResponseConverters.convertExceptionToResponse(SwaggerInvocation swaggerInvocation,
Throwable e) |
static Response |
ExceptionFactory.convertExceptionToResponse(SwaggerInvocation swaggerInvocation,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ProducerInvokeExtension.beforeMethodInvoke(SwaggerInvocation invocation,
SwaggerProducerOperation producerOperation,
Object[] args) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.