| Modifier and Type | Method and Description |
|---|---|
protected void |
ArgumentsMapperFactory.collectContextArgumentsMapper(ArgumentsMapperConfig config) |
protected void |
ArgumentsMapperFactory.collectSwaggerArgumentsMapper(ArgumentsMapperConfig config) |
protected abstract <T> T |
ArgumentsMapperFactory.createArgumentsMapper(ArgumentsMapperConfig config) |
protected abstract ArgumentMapper |
ArgumentsMapperFactory.createBodyFieldArgMapper(ArgumentsMapperConfig config,
int swaggerArgIdx,
Map<Integer,Field> fieldMap) |
protected String |
ArgumentsMapperFactory.generateSkipParamInfo(String parameterDesc,
ArgumentsMapperConfig config,
String swaggerParameterName) |
protected void |
ArgumentsMapperFactory.mapBodyArg(ArgumentsMapperConfig config,
int providerBodyArgIdx,
int swaggerBodyArgIdx) |
protected void |
ArgumentsMapperFactory.processBodyArgMapper(ArgumentsMapperConfig config,
int swaggerIdx) |
protected void |
ArgumentsMapperFactory.processBodyFieldArgMapper(ArgumentsMapperConfig config,
int swaggerIdx) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ConsumerArgumentsMapperFactory.createArgumentsMapper(ArgumentsMapperConfig config) |
protected ArgumentMapper |
ConsumerArgumentsMapperFactory.createBodyFieldArgMapper(ArgumentsMapperConfig config,
int swaggerArgIdx,
Map<Integer,Field> fieldMap) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> T |
ProducerArgumentsMapperFactory.createArgumentsMapper(ArgumentsMapperConfig config) |
protected ArgumentMapper |
ProducerArgumentsMapperFactory.createBodyFieldArgMapper(ArgumentsMapperConfig config,
int swaggerIdx,
Map<Integer,Field> fieldMap) |
Copyright © 2017. All rights reserved.