| Interface | Description |
|---|---|
| ConsumerContextArgumentMapperFactory |
| Class | Description |
|---|---|
| ArgumentsMapperCommon |
map consumer arguments to swagger arguments
|
| ArgumentsMapperDirectReuse | |
| ConsumerArgumentMapper | |
| ConsumerArgumentSame | |
| ConsumerArgumentsMapperCreator | |
| ConsumerArgumentToBodyField |
Typical scene of transparent RPC
all parameters of consumer method wrapped to a bean in contract
|
| ConsumerBeanParamMapper |
consumer: void add(QueryWrapper query)
class QueryWrapper {
int x;
int y;
}
contract; void add(int x, int y)
|
| ConsumerInvocationContextMapper | |
| ConsumerInvocationContextMapperFactory |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.