| Modifier and Type | Field and Description |
|---|---|
protected List<ArgumentMapper> |
AbstractArgumentsMapperCreator.mappers |
| Modifier and Type | Method and Description |
|---|---|
ArgumentMapper |
ContextArgumentMapperFactory.create(String invocationArgumentName,
String swaggerArgumentName) |
protected abstract ArgumentMapper |
AbstractArgumentsMapperCreator.createKnownParameterMapper(int providerParamIdx,
Integer swaggerIdx) |
protected abstract ArgumentMapper |
AbstractArgumentsMapperCreator.createSwaggerBodyFieldMapper(int providerParamIdx,
String parameterName,
int swaggerBodyIdx) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumerArgumentMapper |
class |
ConsumerArgumentSame |
class |
ConsumerArgumentToBodyField
Typical scene of transparent RPC
all parameters of consumer method wrapped to a bean in contract
|
class |
ConsumerBeanParamMapper
consumer: void add(QueryWrapper query)
class QueryWrapper {
int x;
int y;
}
contract; void add(int x, int y)
|
class |
ConsumerInvocationContextMapper |
| Modifier and Type | Method and Description |
|---|---|
ArgumentMapper |
ConsumerInvocationContextMapperFactory.create(String invocationArgumentName,
String swaggerArgumentName) |
protected ArgumentMapper |
ConsumerArgumentsMapperCreator.createKnownParameterMapper(int consumerParamIdx,
Integer swaggerIdx) |
protected ArgumentMapper |
ConsumerArgumentsMapperCreator.createSwaggerBodyFieldMapper(int consumerParamIdx,
String parameterName,
int swaggerBodyIdx) |
| Constructor and Description |
|---|
ArgumentsMapperCommon(List<ArgumentMapper> mappers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractProducerContextArgMapper |
class |
ProducerArgumentMapper |
class |
ProducerArgumentSame |
class |
ProducerBeanParamMapper |
class |
ProducerInvocationContextMapper |
class |
SwaggerBodyFieldToProducerArgument |
| Modifier and Type | Method and Description |
|---|---|
ArgumentMapper |
ProducerInvocationContextMapperFactory.create(String invocationArgumentName,
String swaggerArgumentName) |
protected ArgumentMapper |
ProducerArgumentsMapperCreator.createKnownParameterMapper(int providerParamIdx,
Integer swaggerIdx) |
protected ArgumentMapper |
ProducerArgumentsMapperCreator.createSwaggerBodyFieldMapper(int producerParamIdx,
String parameterName,
int swaggerBodyIdx) |
| Constructor and Description |
|---|
ProducerArgumentsMapper(List<ArgumentMapper> producerArgMapperList) |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.