| Package | Description |
|---|---|
| org.apache.servicecomb.swagger.invocation.arguments.consumer |
| Modifier and Type | Class and Description |
|---|---|
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 |
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.