public abstract class AbstractProducerContextArgMapper extends Object implements ArgumentMapper
| Modifier and Type | Field and Description |
|---|---|
protected int |
producerArgIdx |
| Constructor and Description |
|---|
AbstractProducerContextArgMapper(int producerArgIdx) |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
createContextArg(SwaggerInvocation invocation) |
void |
mapArgument(SwaggerInvocation invocation,
Object[] producerArguments) |
public AbstractProducerContextArgMapper(int producerArgIdx)
public void mapArgument(SwaggerInvocation invocation, Object[] producerArguments)
mapArgument in interface ArgumentMapperpublic abstract Object createContextArg(SwaggerInvocation invocation)
Copyright © 2017. All rights reserved.