| Package | Description |
|---|---|
| org.apache.servicecomb.swagger.engine | |
| org.apache.servicecomb.swagger.invocation.arguments.consumer |
| Class and Description |
|---|
| ConsumerArgumentsMapper
将consumer参数保存到invocation中去(args/context)
比如契约原型是 int add(int x, int y)
而consumer原型是int add(InvocationContext context, int x, int y)
除了context参数,剩下的参数,必须与契约中的一一匹配,包括顺序、类型
|
| ConsumerArgumentsMapperFactory |
| Class and Description |
|---|
| ConsumerArgumentsMapper
将consumer参数保存到invocation中去(args/context)
比如契约原型是 int add(int x, int y)
而consumer原型是int add(InvocationContext context, int x, int y)
除了context参数,剩下的参数,必须与契约中的一一匹配,包括顺序、类型
|
Copyright © 2017–2020 The Apache Software Foundation. All rights reserved.