| Package | Description |
|---|---|
| io.servicecomb.swagger.invocation.arguments | |
| io.servicecomb.swagger.invocation.arguments.consumer | |
| io.servicecomb.swagger.invocation.arguments.producer |
| Modifier and Type | Method and Description |
|---|---|
void |
ArgumentMapper.mapArgument(SwaggerInvocation invocation,
Object[] arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerInvocationContextMapper.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerArgumentToBodyField.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerArgumentSame.mapArgument(SwaggerInvocation invocation,
Object[] consumerArguments) |
void |
ConsumerArgumentsMapper.toInvocation(Object[] consumerArguments,
SwaggerInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
Object |
ProducerInvocationContextMapper.createContextArg(SwaggerInvocation invocation) |
abstract Object |
AbstractProducerContextArgMapper.createContextArg(SwaggerInvocation invocation) |
void |
SwaggerArgumentToProducerBodyField.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
ProducerArgumentSame.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
void |
AbstractProducerContextArgMapper.mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
Object[] |
ProducerArgumentsMapper.toProducerArgs(SwaggerInvocation invocation) |
Copyright © 2017. All rights reserved.